This is an archive of the discontinued LLVM Phabricator instance.

CodeGenPrepare: add target hook to enable address sinking using GEPs
Needs ReviewPublic

Authored by escha on Jul 7 2015, 11:32 AM.

Details

Reviewers
echristo
resistor
Summary

Split from my previous review and turned into a TLI option.

Diff Detail

Repository
rL LLVM

Event Timeline

escha updated this revision to Diff 29198.Jul 7 2015, 11:32 AM
escha retitled this revision from to CodeGenPrepare: add target hook to enable address sinking using GEPs.
escha updated this object.
escha added reviewers: resistor, echristo, arsenm.
escha set the repository for this revision to rL LLVM.
escha added a subscriber: llvm-commits.
arsenm resigned from this revision.Apr 10 2017, 12:15 PM

This is the default now so probably not needed anymore