[SimplifyCFG] ConstantFoldTerminator(): switch to non-permissive DomTree updates...
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 7 Jan 2021 19:32:04 +0000 (22:32 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 7 Jan 2021 23:15:25 +0000 (02:15 +0300)
commitb3822728fae2e3755d6daff7fc31fbac16e61fe4
treef9d5b6bec2e14c21be79c563f350c9d5fb7e73eb
parent8b9a0e6f7ed2fa3293ba5cd2c2fb1acd21db6e2d
[SimplifyCFG] ConstantFoldTerminator(): switch to non-permissive DomTree updates in `indirectbr` handling

... which requires not deleting edges that were just deleted already.
llvm/lib/Transforms/Utils/Local.cpp