[Mlir-commits] [mlir] [mlir][Transforms] Fix crash in `-remove-dead-values` on private functions (PR #169269)
Matthias Springer
llvmlistbot at llvm.org
Sun Nov 23 20:26:42 PST 2025
================
@@ -118,6 +118,17 @@ func.func @main(%arg0 : i32) {
// -----
+// CHECK-LABEL: func.func private @clean_func_op_remove_side_effecting_op() {
+// CHECK-NEXT: return
----------------
matthias-springer wrote:
I'm following the style in this file. Colons are not aligned in this file.
https://github.com/llvm/llvm-project/pull/169269
More information about the Mlir-commits
mailing list