[Mlir-commits] [mlir] [mlir][ArmSME] Use liveness information in the tile allocator (PR #90448)

Cullen Rhodes llvmlistbot at llvm.org
Wed May 1 02:21:22 PDT 2024


================
@@ -1,9 +1,10 @@
-// RUN: mlir-opt %s -allocate-arm-sme-tiles -split-input-file -verify-diagnostics | FileCheck %s
+// RUN: mlir-opt %s -test-arm-sme-tile-allocation -split-input-file -verify-diagnostics | FileCheck %s
----------------
c-rhodes wrote:

`-verify-diagnostics` can now be removed
```suggestion
// RUN: mlir-opt %s -test-arm-sme-tile-allocation -split-input-file | FileCheck %s
```

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


More information about the Mlir-commits mailing list