[Mlir-commits] [mlir] [mlir][ArmSME] Use liveness information in the tile allocator (PR #90448)
Cullen Rhodes
llvmlistbot at llvm.org
Tue Apr 30 06:51:27 PDT 2024
================
@@ -1,18 +1,16 @@
// RUN: mlir-opt -canonicalize -split-input-file -verify-diagnostics %s | mlir-opt | FileCheck %s
-// This tests that the `arm_sme.materialize_ssa_tile` placeholder is removed
-// once it becomes unused, after lowering to control flow.
+// This tests that dead tile values are removed from control flow.
// -----
----------------
c-rhodes wrote:
unrelated but this should come after the first test, in this case I think `-split-input-file` can be removed altogether given there's a single test.
https://github.com/llvm/llvm-project/pull/90448
More information about the Mlir-commits
mailing list