[PATCH] D152070: [2/11][Clang][RISCV] Expand all variants of RVV intrinsic tuple types
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 8 11:29:23 PDT 2023
craig.topper added inline comments.
================
Comment at: clang/lib/Support/RISCVVIntrinsicUtils.cpp:730
}
+ case VectorTypeModifier::Tuple3: {
+ IsTuple = true;
----------------
Could maybe merge these into a single case body and use math to compute NF?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152070/new/
https://reviews.llvm.org/D152070
More information about the cfe-commits
mailing list