[SimplifyCFG] ConstantFoldTerminator(): switch to non-permissive DomTree updates...
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 7 Jan 2021 18:51:19 +0000 (21:51 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 7 Jan 2021 23:15:24 +0000 (02:15 +0300)
commit36593a30a40b52e8040d821bbd294ef6758cf9cf
tree80abd9bce021adfdee01f7b3c205101fd281f2f3
parent16ab8e5f6dbbeb5b8e900677f4a64c9924ecd7ba
[SimplifyCFG] ConstantFoldTerminator(): switch to non-permissive DomTree updates in `SwitchInst` handling

... which requires not deleting edges that will still be present.
llvm/lib/Transforms/Utils/Local.cpp