[Mlir-commits] [mlir] [mlir][ArmSME] Switch to an attribute-based tile allocation scheme (PR #73253)
Benjamin Maxwell
llvmlistbot at llvm.org
Fri Nov 24 04:33:52 PST 2023
================
@@ -4,9 +4,9 @@
// RUN: -lower-vector-mask \
// RUN: -one-shot-bufferize="bufferize-function-boundaries" \
// RUN: -enable-arm-streaming="streaming-mode=streaming-locally za-mode=new-za" \
-// RUN: -convert-vector-to-arm-sme -convert-arm-sme-to-scf \
+// RUN: -convert-vector-to-arm-sme -convert-arm-sme-to-scf -allocate-arm-sme-tiles \
----------------
MacDue wrote:
Yep, that works here. The only limitation is that `vector.print` FIXME, but as `vector.print` of tiles is not done here, it works.
https://github.com/llvm/llvm-project/pull/73253
More information about the Mlir-commits
mailing list