[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


================
@@ -3,10 +3,10 @@
 // RUN:   -one-shot-bufferize="bufferize-function-boundaries" -canonicalize \
 // 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-scf -cse -arm-sve-legalize-vector-storage \
+// RUN:   -convert-vector-to-scf -allocate-arm-sme-tiles -cse -arm-sve-legalize-vector-storage \
----------------
c-rhodes wrote:

move before `-convert-vector-to-scf`?

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


More information about the Mlir-commits mailing list