This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeDAG] Use MachinePointerInfo::getUnknownStack in place of MachinePointerInfo() in a couple places. NFC
ClosedPublic

Authored by craig.topper on May 16 2020, 12:48 AM.

Details

Summary

We know the pointer somewhere on the stack, we just don't know
exactly where since the index may be variable.

Diff Detail

Event Timeline

craig.topper created this revision.May 16 2020, 12:48 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2020, 12:48 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
This revision is now accepted and ready to land.May 16 2020, 1:31 PM
This revision was automatically updated to reflect the committed changes.