This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] fold bitcasts around an extractelement
ClosedPublic

Authored by spatel on Nov 20 2015, 12:20 PM.

Details

Diff Detail

Repository
rL LLVM

Event Timeline

spatel updated this revision to Diff 40806.Nov 20 2015, 12:20 PM
spatel retitled this revision from to [InstCombine] fold bitcasts around an extractelement.
spatel updated this object.
spatel added reviewers: majnemer, bkramer, hfinkel.
spatel added a subscriber: llvm-commits.
hfinkel accepted this revision.Dec 9 2015, 6:18 AM
hfinkel edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 9 2015, 6:18 AM
This revision was automatically updated to reflect the committed changes.
spatel added a comment.Dec 9 2015, 8:22 AM

Thanks, Hal! I'll post the 2nd half of this shortly.