diff options
author | Tom Stellard <[email protected]> | 2012-08-28 15:25:35 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-09-17 21:09:43 +0000 |
commit | bfd55711c1eb32ffbfceb9d566abae98f0015f23 (patch) | |
tree | db80e06a376175080bd0362dec090027e4309672 /src/gallium/drivers/radeon/Makefile.sources | |
parent | ef0d7e13d7633b2d855e95dc7de2bb833592ec70 (diff) |
radeon/llvm: Inital flow control support for SI
This adds basic flow control support for If-Then-Else blocks using
predicates (stored in the EXEC register) and a predicate stack for
nested flow control.
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 4b0699b9e16..c5d1207451a 100644 --- a/src/gallium/drivers/radeon/Makefile.sources +++ b/src/gallium/drivers/radeon/Makefile.sources @@ -71,6 +71,7 @@ CPP_SOURCES := \ SIInstrInfo.cpp \ SIISelLowering.cpp \ SILowerLiteralConstants.cpp \ + SILowerFlowControl.cpp \ SIMachineFunctionInfo.cpp \ SIRegisterInfo.cpp \ InstPrinter/AMDGPUInstPrinter.cpp \ |