This is an archive of the discontinued LLVM Phabricator instance.

[LAA] Re-check bit-width of pointers after stripping.
ClosedPublic

Authored by hliao on Jul 18 2019, 9:05 AM.

Details

Summary
  • As the pointer stripping now tracks through addrspacecast, prepare to handle the bit-width difference from the result pointer.

Diff Detail

Repository
rL LLVM

Event Timeline

hliao created this revision.Jul 18 2019, 9:05 AM
This revision is now accepted and ready to land.Jul 18 2019, 10:17 AM
This revision was automatically updated to reflect the committed changes.