[PATCH] D155229: [RISCV] Add VL nodes and VP patterns for unary zvbb instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 10:09:08 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td:247
+
+let Predicates = [HasStdExtZvbb] in {
+  defm : VPatUnaryVL_V<riscv_bitreverse_vl, "PseudoVBREV">;
----------------
This has the same predicate problem?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155229



More information about the llvm-commits mailing list