[PATCH] D147731: [3/11][POC][Clang][RISCV] Add typedef of the tuple type and define tuple type variant of vlseg2e32
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 18 12:40:27 PDT 2023
craig.topper added inline comments.
================
Comment at: clang/include/clang/Basic/riscv_vector.td:1531
+ Operands.push_back(Ops[Offset]); // Ptr
+ if (MaskOperand)
+ Operands.push_back(MaskOperand);
----------------
MaskOperand can still be simplified.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147731/new/
https://reviews.llvm.org/D147731
More information about the cfe-commits
mailing list