This is an archive of the discontinued LLVM Phabricator instance.

[DAG][SystemZ] Define unwrapAddress for PCREL_WRAPPER.
ClosedPublic

Authored by niravd on Jan 29 2019, 12:10 PM.

Details

Summary

Like with X86, this allows better DAG-level alias analysis and
alignment inference for wrapped addresses.

Diff Detail

Repository
rL LLVM

Event Timeline

niravd created this revision.Jan 29 2019, 12:10 PM
uweigand accepted this revision.Jan 29 2019, 3:05 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jan 29 2019, 3:05 PM
This revision was automatically updated to reflect the committed changes.