[PATCH] D120009: [RISCV][NFC] Adjust predicates for some instructions in Zb extension
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 16 22:32:08 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZb.td:602
+def BREV8 : RVBUnary<0b0110100, 0b00111, 0b101, OPC_OP_IMM, "brev8">,
+ Sched<[]>;
----------------
This change isn't mentioned in the title or the description.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120009/new/
https://reviews.llvm.org/D120009
More information about the llvm-commits
mailing list