aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-03-16 23:18:00 +0100
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-03-19 23:56:44 +0100
commit1bd9ba3272b269a43be02ee380576e77652a563a (patch)
tree8c3b3efd8c7eb2664a5f4e7e92a8d49aad7a20d1 /validation/optim
parent5e674421d5f144612a8d39cafae557bbfa7026fa (diff)
downloadsparse-dev-1bd9ba3272b269a43be02ee380576e77652a563a.tar.gz
Revert "simplify CBR-CBR on the same condition"
The commit 7cd2ce022575 ("simplify CBR-CBR on the same condition") added a generalization of the existing CBR-CBR simplification using the dominance tree. The problem is that as soon as a change is made to the CFG, the dominance tree become invalid and should be rebuilt (which is costly to do for each CFG changes) or updated (which is quite complex). So, for now, revert this commit. Reverts: 7cd2ce022575fbd383bb39b54f1e0fa402919da2. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim')
0 files changed, 0 insertions, 0 deletions