[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:23 PDT 2024


================
@@ -1,19 +1,17 @@
-// RUN: mlir-opt %s -allocate-arm-sme-tiles -split-input-file -verify-diagnostics
+// RUN: mlir-opt %s -convert-scf-to-cf -test-arm-sme-tile-allocation -split-input-file -verify-diagnostics
 
 // -----
----------------
c-rhodes wrote:

nit: unrelated again but similar comment as earlier, should come after first test but given there's only a single one `-split-input-file` can be removed.

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


More information about the Mlir-commits mailing list