forked from OSchip/llvm-project
AMDGPU: Expand setcc for v2f32 and v4f32
llvm-svn: 314853
This commit is contained in:
parent
908fa90b51
commit
22bc039c89
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue