[llvm] [RISCV] Change vector tuple type's TypeSize to scalable (PR #114329)
Brandon Wu via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 00:04:46 PST 2024
================
@@ -306,12 +306,14 @@ namespace llvm {
/// be set and the runtime size will be a positive integer multiple of the
/// base size.
TypeSize getSizeInBits() const {
+ // clang-format off
----------------
4vtomat wrote:
Good idea!
https://github.com/llvm/llvm-project/pull/114329
More information about the llvm-commits
mailing list