This is an archive of the discontinued LLVM Phabricator instance.

Remove FrameAccess struct from hasLoadFromStackSlot
ClosedPublic

Authored by sdesmalen on Sep 4 2018, 2:49 AM.

Details

Summary

This removes the FrameAccess struct that was added to the interface
in D51537, since the PseudoValue from the MachineMemoryOperand
can be safely casted to a FixedStackPseudoSourceValue.

Diff Detail

Repository
rL LLVM

Event Timeline

sdesmalen created this revision.Sep 4 2018, 2:49 AM
thegameg accepted this revision.Sep 4 2018, 2:58 AM

LGTM, thanks for improving this!

This revision is now accepted and ready to land.Sep 4 2018, 2:58 AM
This revision was automatically updated to reflect the committed changes.