[llvm] [DomTreeUpdater] Move critical edge splitting code to updater (PR #115111)

via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 01:48:26 PST 2024


paperchalice wrote:

Tried to add a new kind in `cfg::Update` but I couldn't handle it in `LegalizeUpdates`, because this method is not based on graph diff, it uses dominance info and the critical edge.

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


More information about the llvm-commits mailing list