[llvm] [Utils][UnifyLoopExits] Avoid costly updates if nothing changed (PR #129179)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 23:49:16 PST 2025


jdoerfert wrote:

FWIW, the backend seems to be impacted by the missing LCSSA, see we could enforce that if we want to, and it's likely cheaper than what was done before.

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


More information about the llvm-commits mailing list