[Mlir-commits] [mlir] Add support for MLIR to llvm vscale attribute (PR #67012)

Christian Ulmann llvmlistbot at llvm.org
Thu Sep 21 23:03:08 PDT 2023


================
@@ -0,0 +1,8 @@
+// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
+
+llvm.func @vscale_func()
+    vscale_range(2,8) {
----------------
Dinistro wrote:

```suggestion
llvm.func @vscale_func() vscale_range(2,8) {
```

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


More information about the Mlir-commits mailing list