[PATCH] D23566: [RISCV 8/10] Add support for all RV32I instructions
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 22:26:01 PST 2017
asb added inline comments.
================
Comment at: lib/Target/RISCV/RISCVInstrInfo.td:190
+
+def CSRRW : CSR_rr<0b001, "csrrw">;
+def CSRRS : CSR_rr<0b010, "csrrs">;
----------------
jyknight wrote:
> Missing the csrr and csrw aliases.
I'm intentionally missing aliases in this patch. I'd rather introduce them all together later.
https://reviews.llvm.org/D23566
More information about the llvm-commits
mailing list