[PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats, InstrInfo, RegisterInfo, }.td

Jordy Potman via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 26 10:36:27 PDT 2016


jordy.potman.lists added inline comments.

================
Comment at: lib/Target/RISCV/RISCVInstrFormats.td:143
@@ +142,3 @@
+{
+  bits<21> imm20;
+  bits<5> rd;
----------------
Shouldn't this now be
```
bits<20> imm20;
```
?


https://reviews.llvm.org/D23561





More information about the llvm-commits mailing list