[llvm] [LoopBoundSplit] Fix edge connections during transformation (PR #192106)
Congzhe Cao via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 12:07:35 PDT 2026
================
----------------
CongzheUalberta wrote:
Thanks. Actually I moved one of the original `DT.changeImmediateDominator()` to right here because I think it makes sense to do the DT update right after the IR control flow change. Also added `DT.verify()` here to make the pass more robust.
https://github.com/llvm/llvm-project/pull/192106
More information about the llvm-commits
mailing list