[PATCH] D147913: [7/11][POC][Clang][RISCV] Define tuple type variant of vssseg2e32
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 18 16:49:43 PDT 2023
craig.topper added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:1962
+ // Intrinsic: (val0, val1, ..., ptr, stride, vl)
+ llvm::Value *MaskOperand = IsMasked ? Ops[0] : nullptr;
+ llvm::Value *PtrOperand = IsMasked ? Ops[1] : Ops[0];
----------------
Same comment as last review
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147913/new/
https://reviews.llvm.org/D147913
More information about the cfe-commits
mailing list