[Mlir-commits] [mlir] [mlir][ArmSME] Switch to an attribute-based tile allocation scheme (PR #73253)

Cullen Rhodes llvmlistbot at llvm.org
Fri Nov 24 04:12:15 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  \
----------------
c-rhodes wrote:

you mentioned `-allocate-arm-sme-tiles` can happen immediately after `-convert-vector-to-arm-sme`, is this the case here?

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


More information about the Mlir-commits mailing list