[Mlir-commits] [mlir] [mlir][mem2reg] Promote whole-buffer memref to a vector SSA value (PR #211880)

Adam Siemieniuk llvmlistbot at llvm.org
Tue Jul 28 02:07:55 PDT 2026


================
@@ -0,0 +1,192 @@
+// RUN: mlir-opt %s --pass-pipeline='builtin.module(func.func(mem2reg))' --split-input-file | FileCheck %s
----------------
adam-smnk wrote:

nit: I think just the pass `--mem2reg` could be called directly

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


More information about the Mlir-commits mailing list