mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Add a FIXME.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116449 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
06ef444e5c
commit
b4b07b93ea
@ -953,6 +953,11 @@ def TRAP : AXI<(outs), (ins), MiscFrm, NoItinerary,
|
||||
}
|
||||
|
||||
// Address computation and loads and stores in PIC mode.
|
||||
// FIXME: These PIC insn patterns are pseudos, but derive from the normal insn
|
||||
// classes (AXI1, et.al.) and so have encoding information and such,
|
||||
// which is suboptimal. Once the rest of the code emitter (including
|
||||
// JIT) is MC-ized we should look at refactoring these into true
|
||||
// pseudos.
|
||||
let isNotDuplicable = 1 in {
|
||||
def PICADD : AXI1<0b0100, (outs GPR:$dst), (ins GPR:$a, pclabel:$cp, pred:$p),
|
||||
Pseudo, IIC_iALUr, "",
|
||||
|
Loading…
Reference in New Issue
Block a user