[llvm] [RISCV] Change vector tuple type's TypeSize to scalable (PR #114329)

Pengcheng Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 11 21:27:02 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
----------------
wangpc-pp wrote:

It is a small code snippet below, the format change won't be large, do we need to disable clang-format here?

https://github.com/llvm/llvm-project/pull/114329


More information about the llvm-commits mailing list