[PATCH] D23561: [RISCV 4/10] Add basic RISCV{InstrFormats, InstrInfo, RegisterInfo, }.td
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 08:30:52 PDT 2016
jyknight added a comment.
All of that sounds great! I think it also points strongly towards simply duplicating the instructions in the RISCV target for now, as other targets are doing today, rather than working on half-measures towards improving things here.
Once/if better infrastructure becomes available, it can be changed over then.
https://reviews.llvm.org/D23561
More information about the llvm-commits
mailing list