[PATCH] D94653: [RISCV] Rename Zbs instructions to start with just 'b' instead of 'sb' to match 0.93 bitmanip spec.

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 09:12:05 PST 2021


asb added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoB.td:352
 
 let Predicates = [HasStdExtZbe] in {
+def BDECOMPRESS : ALU_rr<0b0100100, 0b110, "bdecompress">, Sched<[]>;
----------------
It might be worth adding a comment here and for the W variants just to document that these have been renamed to match the v0.94 due to the  name conflict in 0.93.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94653



More information about the llvm-commits mailing list