[PATCH] D38566: [SimplifyCFG] don't sink common insts too soon (PR34603)

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 11 20:37:19 PST 2017


hfinkel added a comment.

In https://reviews.llvm.org/D38566#944355, @spatel wrote:

> Ping * 2.


Can you please summarize where we are now with this? I still prefer to have only one form of SimplifyCFG during canonicalization. I feel that doing otherwise is a mistake, in part to make the canonical form understandable, and in part because canonicalization is iterative (now for devirtualization, but maybe in other ways in the future), and so it's much better if we don't think about phases within canonicalization itself.


https://reviews.llvm.org/D38566





More information about the llvm-commits mailing list