[PATCH] D94070: [RISCV] Match vmslt(u).vx intrinsics with a small immediate to vmsle(u).vx.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 09:59:37 PST 2021
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td:3119
+ def : Pat<(vti.Mask (int_riscv_vmsltu_mask (vti.Mask V0),
+ (vti.Vector vti.RegClass:$rs1),
+ (vti.Scalar simm5_plus1:$rs2),
----------------
frasercrmck wrote:
> Are these operands meant to be aligned with the one above?
Yes. I must have missed fixing it when I copied from above and inserted 'u' into the intrinsic name
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94070/new/
https://reviews.llvm.org/D94070
More information about the llvm-commits
mailing list