[Mlir-commits] [mlir] [mlir][MemRefToLLVM] Erase conflicting func declarations before conversion (PR #195960)
Valentin Clement バレンタイン クレメン
llvmlistbot at llvm.org
Tue May 5 17:52:13 PDT 2026
================
@@ -1,4 +1,4 @@
-// RUN: mlir-opt -finalize-memref-to-llvm -convert-func-to-llvm -finalize-memref-to-llvm %s | FileCheck %s
+// RUN: mlir-opt -convert-func-to-llvm -finalize-memref-to-llvm %s | FileCheck %s
----------------
clementval wrote:
Why is this test changed? The pass pipeline was done to reproduced the error we were seeing.
https://github.com/llvm/llvm-project/pull/195960
More information about the Mlir-commits
mailing list