[PATCH] D153057: [RISCV] Introduce RISCVISD::VWMACC(U/SU)_VL opcode
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 15:13:59 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td:1557
+ (wti.Vector wti.RegClass:$rd),
+ vti.Mask:$mask, VLOpFrag),
+ (!cast<Instruction>(instr_name#"_VV_"#vti.LMul.MX#"_MASK")
----------------
`vti.Mask:$mask` should be `(vti.Mask V0)` everywhere it appears.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153057/new/
https://reviews.llvm.org/D153057
More information about the llvm-commits
mailing list