[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


================
@@ -0,0 +1,7 @@
+; RUN: mlir-translate -import-llvm -split-input-file %s | FileCheck %s
+
+define void @vscale_func() vscale_range(2,8) {
+; CHECK: llvm.func @vscale_func()
+; CHECK-SAME: vscale_range(2, 8)
----------------
Dinistro wrote:

```suggestion
  ; CHECK: llvm.func @vscale_func()
  ; CHECK-SAME: vscale_range(2, 8)
```

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


More information about the Mlir-commits mailing list