[llvm] [NewGVN] Disable SelfLookup optimization to ensure termination (PR #82162)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 10 04:01:22 PDT 2024


ManuelJBrito wrote:

To support this optimization, we need to perform SCC leader invalidation, i.e., prevent the existence of cyclic dependencies induced by leaders. For now, I will disable this optimization.

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


More information about the llvm-commits mailing list