mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-04 18:58:44 +00:00
Add comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151615 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b75673b6e1
commit
980a999238
@ -752,6 +752,10 @@ def CPRESTORE : MipsPseudo<(outs), (ins i32imm:$loc), ".cprestore\t$loc", []>;
|
||||
// instructions 0 and 1 in the sequence above during MC lowering.
|
||||
// SETGP2 is emitted just before register allocation and converted to
|
||||
// instruction 2 just prior to post-RA scheduling.
|
||||
//
|
||||
// These pseudo instructions are needed to ensure no instructions are inserted
|
||||
// before or between instructions 0 and 1, which is a limitation imposed by
|
||||
// GNU linker.
|
||||
|
||||
def SETGP01 : MipsPseudo<(outs CPURegs:$dst), (ins), "", []>;
|
||||
def SETGP2 : MipsPseudo<(outs CPURegs:$globalreg), (ins CPURegs:$picreg), "",
|
||||
|
Loading…
Reference in New Issue
Block a user