mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-22 10:24:26 +00:00
Now that OpActions is big enough, we can specify actions for vector types
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25784 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -156,8 +156,8 @@ PPCTargetLowering::PPCTargetLowering(TargetMachine &TM)
|
|||||||
|
|
||||||
// FIXME: We don't support any ConstantVec's yet. We should custom expand
|
// FIXME: We don't support any ConstantVec's yet. We should custom expand
|
||||||
// the ones we do!
|
// the ones we do!
|
||||||
//setOperationAction(ISD::ConstantVec, MVT::v4f32, Expand);
|
setOperationAction(ISD::ConstantVec, MVT::v4f32, Expand);
|
||||||
//setOperationAction(ISD::ConstantVec, MVT::v4i32, Expand);
|
setOperationAction(ISD::ConstantVec, MVT::v4i32, Expand);
|
||||||
}
|
}
|
||||||
|
|
||||||
setSetCCResultContents(ZeroOrOneSetCCResult);
|
setSetCCResultContents(ZeroOrOneSetCCResult);
|
||||||
|
Reference in New Issue
Block a user