AMDGPU: Expand setcc for v2f32 and v4f32

llvm-svn: 314853
This commit is contained in:
Konstantin Zhuravlyov 2017-10-03 21:45:01 +00:00
parent 908fa90b51
commit 22bc039c89
1 changed files with 1 additions and 0 deletions

View File

@ -509,6 +509,7 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(const TargetMachine &TM,
setOperationAction(ISD::SELECT_CC, VT, Expand);
setOperationAction(ISD::FCOPYSIGN, VT, Expand);
setOperationAction(ISD::VECTOR_SHUFFLE, VT, Expand);
setOperationAction(ISD::SETCC, VT, Expand);
}
// This causes using an unrolled select operation rather than expansion with