aboutsummaryrefslogtreecommitdiffstats
path: root/src/broadcom/compiler/vir_opt_copy_propagate.c
Commit message (Collapse)AuthorAgeFilesLines
* broadcom: Add VC5 NIR compiler.Eric Anholt2017-10-101-0/+233
This is a pretty straightforward fork of VC4's NIR compiler to VC5. The condition codes, registers, and I/O have all changed, making the backend hard to share, though their heritage is still recognizable. v2: Move to src/broadcom/compiler to match intel's layout, rename more "vc5" to "v3d", rename QIR to VIR ("V3D IR") to avoid symbol conflicts with vc4, use new v3d_debug header, add compiler init/free functions, do texture swizzling in NIR to allow optimization.