[flang-commits] [flang] [llvm] [mlir] [mlir][CSE] Add pruneDeadOps to CSE pass (PR #193778)
lonely eagle via flang-commits
flang-commits at lists.llvm.org
Thu Apr 23 23:06:04 PDT 2026
================
@@ -78,6 +83,20 @@ class ScopedHashTableVal {
this->~ScopedHashTableVal();
Allocator.Deallocate(this);
}
+
----------------
linuxlonelyeagle wrote:
Please comment it in the https://github.com/llvm/llvm-project/pull/193516. I don't think that's necessary. This is a standard node removal in a doubly linked list, and the logic is quite self-evident.
https://github.com/llvm/llvm-project/pull/193778
More information about the flang-commits
mailing list