This is an archive of the discontinued LLVM Phabricator instance.

[MemorySSA] getIncomingValueForBlock should return a MemoryAccess.
ClosedPublic

Authored by asbirlea on May 11 2018, 3:08 PM.

Details

Summary

getIncomingValueForBlock is just a wrapper API that should return a MemoryAccess, instead of a generic Value.

Diff Detail

Repository
rL LLVM

Event Timeline

asbirlea created this revision.May 11 2018, 3:08 PM
This revision is now accepted and ready to land.May 11 2018, 3:58 PM
This revision was automatically updated to reflect the committed changes.