================
@@ -445,7 +446,8 @@ def CIR_VectorType : CIR_Type<"Vector", "vector", [
let parameters = (ins
CIR_VectorElementType:$elementType,
- "uint64_t":$size
+ "uint64_t":$size,
+ OptionalParameter<"bool">:$isScalable
----------------
andykaylor wrote:
```suggestion
OptionalParameter<"bool">:$is_scalable
```
We've decided to standardize on snake_case in our dialect definition files, but
a lot of places haven't been updated since we made that decision.
https://github.com/llvm/llvm-project/pull/172346
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits