[PATCH] D50217: [RISCV] Add mnemonic alias: move, sbreak and scall.
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 8 07:39:37 PDT 2018
asb accepted this revision.
asb added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: PkmX.
Thanks Kito, this looks good to me. Some minor spelling issues in the comment.
================
Comment at: lib/Target/RISCV/RISCVInstrInfo.td:586-588
+// The SCALL and SBREAK instructions have been renamed to ECALL and EBREAK
+// User-Level ISA 2.1.
+// We still accpet the old name for backward compatibility like GNU toolchain.
----------------
"were renamed to ECALL and EBREAK in the User-Level ISA 2.1".
"accpet" -> "accept"
https://reviews.llvm.org/D50217
More information about the llvm-commits
mailing list