[llvm] [RISCV] Change vector tuple type's TypeSize to scalable (PR #114329)
Brandon Wu via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 9 19:31:36 PST 2024
================
@@ -185,7 +185,8 @@ namespace llvm {
/// Return true if the type is a scalable type.
bool isScalableVT() const {
- return isScalableVector() || isScalableTargetExtVT();
+ return isScalableVector() || isScalableTargetExtVT() ||
+ isRISCVVectorTuple();
----------------
4vtomat wrote:
Yeah, it should
https://github.com/llvm/llvm-project/pull/114329
More information about the llvm-commits
mailing list