mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
[Hexagon] Changing AddrFI back to ADDRri to address test issue.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231687 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05b74bc4a6
commit
99101c7ca6
@ -4516,9 +4516,9 @@ def Y2_barrier : SYSInst<(outs), (ins),
|
||||
// Generate frameindex addresses.
|
||||
let isMoveImm = 1, isAsCheapAsAMove = 1, isReMaterializable = 1,
|
||||
isPseudo = 1, isCodeGenOnly = 1 in
|
||||
def TFR_FI: ALU32_ri<(outs IntRegs:$Rd), (ins IntRegs:$fi),
|
||||
def TFR_FI: ALU32_ri<(outs IntRegs:$Rd), (ins FrameIndex:$fi),
|
||||
".error",
|
||||
[(set (i32 IntRegs:$Rd), AddrFI:$fi)]>;
|
||||
[(set (i32 IntRegs:$Rd), ADDRri:$fi)]>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// CRUSER - Type.
|
||||
|
Loading…
Reference in New Issue
Block a user