[Mlir-commits] [mlir] [mlir] Fix `remove-dead-values` pass throws error when module has a name (PR #109990)
Mehdi Amini
llvmlistbot at llvm.org
Wed Sep 25 13:02:31 PDT 2024
================
@@ -1,13 +1,14 @@
// RUN: mlir-opt %s -remove-dead-values -split-input-file -verify-diagnostics | FileCheck %s
-// The IR remains untouched because of the presence of a non-function-like
-// symbol op (module @dont_touch_unacceptable_ir).
----------------
joker-eph wrote:
Do we have still a test with a non-function symbol op **inside the module**?
https://github.com/llvm/llvm-project/pull/109990
More information about the Mlir-commits
mailing list