[PATCH] D155683: [RISCV] Fix the check assertion in hasMergeOp and hasMaskOp
Jianjian Guan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 00:08:11 PDT 2023
jacquesguan marked an inline comment as done.
jacquesguan added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.h:171
// Read VLENB CSR
READ_VLENB,
// Truncates a RVV integer vector by one power-of-two. Carries both an extra
----------------
craig.topper wrote:
> READ_VLENB is not a VL vector op
Done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155683/new/
https://reviews.llvm.org/D155683
More information about the llvm-commits
mailing list