[PATCH] D37076: [LICM] Allow sinking when foldable in loop
Hal Finkel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 11 20:22:37 PST 2017
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D37076#902497, @junbuml wrote:
> As r314923 was reverted, we cannot rely on getUserCost in the foldability check for GEPs. For now, I checked GEP's users in LICM directly. Please let me know if you prefer other way around.
I apologize for the delay. Yea, let's go ahead this way for now.
https://reviews.llvm.org/D37076
More information about the llvm-commits
mailing list