[PATCH] D36287: [SimplifyCFG] Simplify based on a dominating condition (looking past hammocks and diamonds).

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 14:48:15 PDT 2017


efriedma added a comment.

We already have a couple other passes which can do optimize your testcase (JumpThreading and GVN); what do we gain from doing this analysis here specifically?


https://reviews.llvm.org/D36287





More information about the llvm-commits mailing list