ir3: Remove right and left copy prop restrictions
authorConnor Abbott <cwabbott0@gmail.com>
Wed, 3 Mar 2021 14:11:14 +0000 (15:11 +0100)
committerEmma Anholt <emma@anholt.net>
Thu, 10 Jun 2021 19:24:06 +0000 (12:24 -0700)
commit27593cb241c1f571ef172f8db6e91a35028117e3
tree883ddbb05b4d978247ad333220b81cd38c844d5f
parent2f51379d036cefa1a553d087e1b61d2a642c3394
ir3: Remove right and left copy prop restrictions

This is leftover from the old RA, and inhibits copy propagation
unnecessarily with the new RA.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9842>
src/freedreno/ir3/ir3.h
src/freedreno/ir3/ir3_context.c
src/freedreno/ir3/ir3_cp.c
src/freedreno/ir3/ir3_dce.c
src/freedreno/ir3/ir3_print.c