diff options
author | Jonathan Marek <[email protected]> | 2018-12-18 20:23:16 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2019-01-22 14:45:03 +0000 |
commit | 9f614c74b7f56bbc6b5963d7fafa289a642f8785 (patch) | |
tree | dbd8fdf2cceabd7a1d5b60ade8c07f80459c3a75 /src/gallium/drivers/freedreno/Makefile.sources | |
parent | c7dbf0b280734ed593d46000daa9e75c3b33b351 (diff) |
freedreno: a2xx: add ir2 copy propagation
Two cases:
* replacing srcs which refer to MOV instructions
* replacing MOVs used to write to exports
Signed-off-by: Jonathan Marek <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/freedreno/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources index 119b3147c5c..e576739b8ab 100644 --- a/src/gallium/drivers/freedreno/Makefile.sources +++ b/src/gallium/drivers/freedreno/Makefile.sources @@ -68,6 +68,7 @@ a2xx_SOURCES := \ a2xx/ir2.c \ a2xx/ir2.h \ a2xx/ir2_assemble.c \ + a2xx/ir2_cp.c \ a2xx/ir2_nir.c \ a2xx/ir2_private.h \ a2xx/ir2_ra.c |