This is an archive of the discontinued LLVM Phabricator instance.

[MemorySSA] Split PtrIntPair as this fails on win/arm.
ClosedPublic

Authored by asbirlea on Mar 8 2018, 11:12 AM.

Details

Summary

Split PtrIntPair into Instruction and OptionalAlias<Result>. The latter needs 3 bits, which appear unavailable on certain archs.

Diff Detail

Event Timeline

asbirlea created this revision.Mar 8 2018, 11:12 AM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 8 2018, 11:17 AM
This revision was automatically updated to reflect the committed changes.