radeon/llvm: Disable SI flow control again for now.
It makes piglit unreliable due to VM protection faults and GPU lockups. Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
This commit is contained in:
committed by
Michel Dänzer
parent
48e4eb695a
commit
dbb4a7f950
@@ -134,7 +134,8 @@ bool AMDGPUPassConfig::addPreEmitPass() {
|
||||
addPass(FinalizeMachineBundlesID);
|
||||
} else {
|
||||
PM->add(createSILowerLiteralConstantsPass(*TM));
|
||||
PM->add(createSILowerFlowControlPass(*TM));
|
||||
// piglit is unreliable (VM protection faults, GPU lockups) with this pass:
|
||||
//PM->add(createSILowerFlowControlPass(*TM));
|
||||
}
|
||||
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user