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

Andrzej WarzyƄski llvmlistbot at llvm.org
Fri May 10 03:18:37 PDT 2024


================
@@ -1,18 +1,24 @@
-// RUN: mlir-opt %s -allocate-arm-sme-tiles -split-input-file -verify-diagnostics | FileCheck %s --check-prefix=CHECK-BAD
+// RUN: mlir-opt %s -convert-scf-to-cf -test-arm-sme-tile-allocation -split-input-file -verify-diagnostics | FileCheck %s
----------------
banach-space wrote:

Please add note for the rationale behind using `SCF` rather than `CF`. The tile allocator logic expects `CF`, so one can argue that the input should be `CF`. I'm happy with `SCF`, but please add a note that that's intentional to be able to write higher level tests.

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


More information about the Mlir-commits mailing list