mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-05 12:31:46 +00:00
PPC doesn't have SCALAR_TO_VECTOR
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26865 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
528180ed7b
commit
ab515b09bf
@ -183,6 +183,9 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
|
||||
// the ones we do!
|
||||
setOperationAction(ISD::BUILD_VECTOR, MVT::v4f32, Expand);
|
||||
setOperationAction(ISD::BUILD_VECTOR, MVT::v4i32, Expand);
|
||||
|
||||
setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4f32, Expand);
|
||||
setOperationAction(ISD::SCALAR_TO_VECTOR, MVT::v4i32, Expand);
|
||||
}
|
||||
|
||||
setSetCCResultContents(ZeroOrOneSetCCResult);
|
||||
|
Loading…
x
Reference in New Issue
Block a user