[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 -import-llvm -split-input-file %s | FileCheck %s
+
+define void @vscale_func() vscale_range(2,8)
+ {
----------------
Dinistro wrote:
```suggestion
define void @vscale_func() vscale_range(2,8) {
```
https://github.com/llvm/llvm-project/pull/67012
More information about the Mlir-commits
mailing list