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

Hugo Trachino llvmlistbot at llvm.org
Thu May 2 08:11:36 PDT 2024


================
@@ -1,19 +1,15 @@
-// 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 -verify-diagnostics
----------------
nujaa wrote:

If the goal is to test tile allocation, maybe we prefer to use the post `scf-to-cf`  as input directly instead of relying on convert-to-scf as well ?

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


More information about the Mlir-commits mailing list