[PATCH] D120009: [RISCV][NFC] Add sched and 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:49:51 PST 2022
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZb.td:860
+let Predicates = [HasStdExtZbpOrZbkb, IsRV32] in {
// We treat zip and unzip as separate instructions, so match it directly.
----------------
Is this not a functional change for RV64 because ZIP_RV32 will put 0b01111 in bits 24:20 which matches the 15 that was requested in the pattern?
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