[Mlir-commits] [mlir] [mlir][vector] Tighten the semantics of vector.{load|store} (PR #135151)
Benjamin Maxwell
llvmlistbot at llvm.org
Fri Apr 11 09:48:10 PDT 2025
================
@@ -170,8 +172,9 @@ func.func @load_store_two_za_s_tiles() -> i32 {
// Allocate memory for two 32-bit element tiles.
%size_of_tile = arith.muli %svl_s, %svl_s : index
+ %svl_s_x_2 = arith.muli %svl_s, %c2_index : index
----------------
MacDue wrote:
`%size_of_tile` is dead?
https://github.com/llvm/llvm-project/pull/135151
More information about the Mlir-commits
mailing list