Andrzej =?utf-8?q?Warzy=C5=84ski?= <[email protected]>,
Andrzej =?utf-8?q?Warzy=C5=84ski?= <[email protected]>,
Andrzej =?utf-8?q?Warzy=C5=84ski?= <[email protected]>,Andrzej
 Warzynski <[email protected]>,Andrzej Warzynski
 <[email protected]>,Andrzej Warzynski <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>


================
@@ -444,19 +445,21 @@ def CIR_VectorType : CIR_Type<"Vector", "vector", [
   }];
 
   let parameters = (ins
-    CIR_VectorElementType:$elementType,
-    "uint64_t":$size
+    CIR_VectorElementType:$element_type,
+    "uint64_t":$size,
+    OptionalParameter<"bool">:$is_scalable
   );
 
   let assemblyFormat = [{
-    `<` $size `x` $elementType `>`
+    `<` $size `x` $element_type `>`
   }];
 
   let builders = [
     TypeBuilderWithInferredContext<(ins
-      "mlir::Type":$elementType, "uint64_t":$size
+      "mlir::Type":$element_type, "uint64_t":$size, CArg<"bool",
+      "false">:$isScalable
----------------
andykaylor wrote:

```suggestion
      "false">:$is_scalable
```

https://github.com/llvm/llvm-project/pull/172346
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to