forked from OSchip/llvm-project
parent
beaccddcba
commit
fe32bd87c2
|
@ -356,6 +356,8 @@ R600InstrInfo::isPredicable(MachineInstr *MI) const {
|
|||
|
||||
if (MI->getOpcode() == AMDGPU::KILLGT) {
|
||||
return false;
|
||||
} else if (isVector(*MI)) {
|
||||
return false;
|
||||
} else {
|
||||
return AMDGPUInstrInfo::isPredicable(MI);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue