[PATCH] D39848: [RISCV] Support lowering FrameIndex
Mandeep Singh Grang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 9 10:10:06 PST 2017
mgrang added inline comments.
================
Comment at: lib/Target/RISCV/RISCVInstrInfo.td:333
+// Add with a frameindex, used to legalize frameindex copies and necessary to
+// keep tblgen happy
+def LEA_FI : Pseudo<(outs GPR:$dst), (ins MEMii:$addr), [(set GPR:$dst, ADDRii:$addr)]>;
----------------
nit: Period after comment.
https://reviews.llvm.org/D39848
More information about the llvm-commits
mailing list