This is an archive of the discontinued LLVM Phabricator instance.

[opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the source element type of the GEP as an argument.
ClosedPublic

Authored by eddyb on Jan 17 2016, 2:31 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

eddyb updated this revision to Diff 45127.Jan 17 2016, 2:31 PM
eddyb retitled this revision from to [opaque pointer types] [breaking-change] [NFC] SimplifyGEPInst: take the source element type of the GEP as an argument..
eddyb updated this object.
eddyb added reviewers: mjacob, dblaikie.
eddyb added a subscriber: llvm-commits.
dblaikie accepted this revision.Jan 17 2016, 2:36 PM
dblaikie edited edge metadata.

Looks good - thanks!

This revision is now accepted and ready to land.Jan 17 2016, 2:36 PM
mjacob accepted this revision.Jan 17 2016, 2:49 PM
mjacob edited edge metadata.

LGTM, too. I'll commit it for you.

This revision was automatically updated to reflect the committed changes.