[PATCH] D55325: [RISCV] Add assembler support for LA pseudo-instruction
Lewis Revill via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 13 12:21:16 PST 2018
lewis-revill added inline comments.
================
Comment at: lib/Target/RISCV/RISCVInstrInfo.td:823
+def PseudoLA : Pseudo<(outs GPR:$dst), (ins bare_symbol:$src), [],
+ "la", "$dst, $src">;
+
----------------
Nitpick: this could be indented by one less space.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55325/new/
https://reviews.llvm.org/D55325
More information about the llvm-commits
mailing list