mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-11 08:29:25 +00:00
This FIXME has been fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127483 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3148,9 +3148,6 @@ def BCCZi64 : PseudoInst<(outs),
|
|||||||
// Conditional moves
|
// Conditional moves
|
||||||
// FIXME: should be able to write a pattern for ARMcmov, but can't use
|
// FIXME: should be able to write a pattern for ARMcmov, but can't use
|
||||||
// a two-value operand where a dag node expects two operands. :(
|
// a two-value operand where a dag node expects two operands. :(
|
||||||
// FIXME: These should all be pseudo-instructions that get expanded to
|
|
||||||
// the normal MOV instructions. That would fix the dependency on
|
|
||||||
// special casing them in tblgen.
|
|
||||||
let neverHasSideEffects = 1 in {
|
let neverHasSideEffects = 1 in {
|
||||||
def MOVCCr : ARMPseudoInst<(outs GPR:$Rd), (ins GPR:$false, GPR:$Rm, pred:$p),
|
def MOVCCr : ARMPseudoInst<(outs GPR:$Rd), (ins GPR:$false, GPR:$Rm, pred:$p),
|
||||||
Size4Bytes, IIC_iCMOVr,
|
Size4Bytes, IIC_iCMOVr,
|
||||||
|
Reference in New Issue
Block a user