mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
R600/SI: addc / adde i32 are legal
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@195038 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b2254e603d
commit
f38be91a82
@ -63,6 +63,8 @@ SITargetLowering::SITargetLowering(TargetMachine &TM) :
|
|||||||
|
|
||||||
setOperationAction(ISD::ADD, MVT::i64, Legal);
|
setOperationAction(ISD::ADD, MVT::i64, Legal);
|
||||||
setOperationAction(ISD::ADD, MVT::i32, Legal);
|
setOperationAction(ISD::ADD, MVT::i32, Legal);
|
||||||
|
setOperationAction(ISD::ADDC, MVT::i32, Legal);
|
||||||
|
setOperationAction(ISD::ADDE, MVT::i32, Legal);
|
||||||
|
|
||||||
setOperationAction(ISD::BITCAST, MVT::i128, Legal);
|
setOperationAction(ISD::BITCAST, MVT::i128, Legal);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user