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


================
@@ -1,4 +1,5 @@
-// RUN: mlir-opt %s -allocate-arm-sme-tiles -convert-arm-sme-to-llvm -split-input-file -allow-unregistered-dialect -verify-diagnostics
+// RUN: mlir-opt %s --pass-pipeline="builtin.module(func.func(convert-arm-sme-to-llvm))" \
+// RUN: -split-input-file -allow-unregistered-dialect -verify-diagnostics
----------------
c-rhodes wrote:

nit: replace `prevent.dce` with `test.some_use` and remove `-allow-unregistered-dialect` like you've done elsewhere? `-split-input-file` can also be removed.
```suggestion
// RUN: -verify-diagnostics
```

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


More information about the Mlir-commits mailing list