[PATCH] D92097: [RISCV] Basic jump table lowering

Sam Elliott via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 04:57:34 PST 2020


lenary added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/jumptable.ll:12
 define void @jt(i32 %in, i32* %out) nounwind {
 ; RV32I-LABEL: jt:
 ; RV32I:       # %bb.0: # %entry
----------------
`update_llc_test_checks.py` doesn't remove unused prefixes, so you can delete the RV32I-* lines :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92097/new/

https://reviews.llvm.org/D92097



More information about the llvm-commits mailing list