This is an archive of the discontinued LLVM Phabricator instance.

[CodeGenPrep]Sink sext when foldable in user GEPs
Needs ReviewPublic

Authored by junbuml on Jan 13 2017, 2:08 PM.

Details

Summary

Sink sign extensions to user blocks if foldable in all users when placed in the same block. This change was initially proposed in D26524 and now I do this in CGP based on D27853 and D28680.

Diff Detail

Event Timeline

junbuml updated this revision to Diff 84377.Jan 13 2017, 2:08 PM
junbuml retitled this revision from to [CodeGenPrep]Sink sext when foldable in user GEPs.
junbuml updated this object.
junbuml added reviewers: qcolombet, jmolloy, mcrosier.
junbuml added a subscriber: llvm-commits.
junbuml updated this revision to Diff 97035.Apr 27 2017, 7:44 PM
junbuml edited the summary of this revision. (Show Details)
mcrosier resigned from this revision.Jul 26 2017, 6:07 AM