mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
AMDGPU: Expand setcc for v2f32 and v4f32
llvm-svn: 314853
This commit is contained in:
parent
9814ddbc82
commit
3a760e95ad
@ -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
Block a user