summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/AMDGPU.h
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-08-28 15:25:35 -0400
committerTom Stellard <[email protected]>2012-09-17 21:09:43 +0000
commitbfd55711c1eb32ffbfceb9d566abae98f0015f23 (patch)
treedb80e06a376175080bd0362dec090027e4309672 /src/gallium/drivers/radeon/AMDGPU.h
parentef0d7e13d7633b2d855e95dc7de2bb833592ec70 (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/AMDGPU.h')
-rw-r--r--src/gallium/drivers/radeon/AMDGPU.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeon/AMDGPU.h b/src/gallium/drivers/radeon/AMDGPU.h
index fe36545a165..f484caa9a3e 100644
--- a/src/gallium/drivers/radeon/AMDGPU.h
+++ b/src/gallium/drivers/radeon/AMDGPU.h
@@ -25,6 +25,7 @@ FunctionPass *createR600ExpandSpecialInstrsPass(TargetMachine &tm);
// SI Passes
FunctionPass *createSIAssignInterpRegsPass(TargetMachine &tm);
+FunctionPass *createSILowerFlowControlPass(TargetMachine &tm);
FunctionPass *createSICodeEmitterPass(formatted_raw_ostream &OS);
FunctionPass *createSILowerLiteralConstantsPass(TargetMachine &tm);