[PATCH] D33694: [PartialInlining] : Partial inlining Overhead reduction: eliminate unnecessary live-out(s)

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 17:03:10 PDT 2017


davide accepted this revision.
davide added a comment.

Just a comment explaining why we introduce useless PHIs (and therefore the need to remove them).
Wit that, LGTM.


https://reviews.llvm.org/D33694





More information about the llvm-commits mailing list