[PATCH] D153948: [RISCV][NFC] Refactor lowerToScalableOp.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 3 10:18:37 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:4631
+ Opcode <= RISCVISD::STRICT_VFROUND_NOEXCEPT_VL &&
+ "not a riscv target specific op");
+ assert(RISCVISD::STRICT_VFROUND_NOEXCEPT_VL - RISCVISD::FIRST_NUMBER == 421 &&
----------------
riscv -> RISC-V
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:4649
+ Opcode <= RISCVISD::STRICT_VFROUND_NOEXCEPT_VL &&
+ "not a riscv target specific op");
+ assert(RISCVISD::STRICT_VFROUND_NOEXCEPT_VL - RISCVISD::FIRST_NUMBER == 421 &&
----------------
riscv -> RISC-V
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153948/new/
https://reviews.llvm.org/D153948
More information about the llvm-commits
mailing list