This is an archive of the discontinued LLVM Phabricator instance.

InferAddressSpaces: Infer from just addrspacecasts
ClosedPublic

Authored by arsenm on Apr 25 2017, 12:17 PM.

Details

Reviewers
jlebar
Summary

Eliminates some more cases where some subset of the addressing
computation remains flat. Some cases with addrspacecasts
in nested constant expressions are still left behind however.

Diff Detail

Event Timeline

arsenm created this revision.Apr 25 2017, 12:17 PM
jlebar edited reviewers, added: chandlerc; removed: jlebar.Apr 26 2017, 5:27 PM
jlebar accepted this revision.Apr 28 2017, 12:34 PM
This revision is now accepted and ready to land.Apr 28 2017, 12:34 PM
arsenm closed this revision.Apr 28 2017, 3:31 PM

r301704