[PATCH] D152070: [2/11][Clang][RISCV] Expand all variants of RVV intrinsic tuple types
Kito Cheng via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 8 06:03:44 PDT 2023
kito-cheng added inline comments.
================
Comment at: clang/lib/Support/RISCVVIntrinsicUtils.cpp:819
- // LMUL x NF must be less than or equal to 8.
- if ((Log2LMUL >= 1) && (1 << Log2LMUL) * NF > 8)
- return std::nullopt;
----------------
Keep as assert?
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