[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


================
@@ -225,6 +225,13 @@ module {
   llvm.func @any() comdat(@__llvm_comdat::@any) attributes { dso_local } {
     llvm.return
   }
+
+  llvm.func @vscale_roundtrip() vscale_range(1, 2)
+  {
----------------
Dinistro wrote:

```suggestion
  llvm.func @vscale_roundtrip() vscale_range(1, 2) {
```

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


More information about the Mlir-commits mailing list