diff options
author | Tom Stellard <[email protected]> | 2012-08-20 21:09:00 +0000 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-08-21 15:42:44 +0000 |
commit | 82a5d0c64142990236b40567561b6e99b7158216 (patch) | |
tree | 5f37e5c5f4702b44eacb10c98fe1495f60a074dd /src/gallium/drivers/radeon/Makefile.sources | |
parent | 05882985757e655f5298af483c881008d45e6249 (diff) |
radeon/llvm: Add R600ExpandSpecialInstrs pass
This pass expends reduction instructions into a MachineInstrBundle that
contains 4 instruction, one for each instruction slot.
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/radeon/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/Makefile.sources b/src/gallium/drivers/radeon/Makefile.sources index 3a75ce96945..0e9825f0fe8 100644 --- a/src/gallium/drivers/radeon/Makefile.sources +++ b/src/gallium/drivers/radeon/Makefile.sources @@ -35,6 +35,7 @@ CPP_SOURCES := \ AMDGPUInstrInfo.cpp \ AMDGPURegisterInfo.cpp \ R600CodeEmitter.cpp \ + R600ExpandSpecialInstrs.cpp \ R600ISelLowering.cpp \ R600InstrInfo.cpp \ R600KernelParameters.cpp \ |