[Mlir-commits] [mlir] Add support for MLIR to llvm vscale attribute (PR #67012)
Christian Ulmann
llvmlistbot at llvm.org
Fri Sep 22 06:42:43 PDT 2023
================
@@ -225,6 +225,12 @@ module {
llvm.func @any() comdat(@__llvm_comdat::@any) attributes { dso_local } {
llvm.return
}
+
+ llvm.func @vscale_roundtrip() vscale_range(1, 2) {
+ // CHECK: @vscale_roundtrip
+ // CHECK-SAME: vscale_range(1, 2)
----------------
Dinistro wrote:
```suggestion
// CHECK: @vscale_roundtrip
// CHECK-SAME: vscale_range(1, 2)
```
https://github.com/llvm/llvm-project/pull/67012
More information about the Mlir-commits
mailing list