[PATCH] D28414: Simplify conditional branch on constant condition and remove unreachable blocks in LoopUnswitch.
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 15:38:38 PST 2017
davidxl added a comment.
Do you see missed optimizations without the on-the-fly CFG cleanup or is it just for compile time improvement? Do you have data on the impact of compile time with this patch?
https://reviews.llvm.org/D28414
More information about the llvm-commits
mailing list