This is an archive of the discontinued LLVM Phabricator instance.

[CodeExtractor] Simplify findAllocas, NFC
ClosedPublic

Authored by vsk on Jul 9 2019, 7:43 PM.

Details

Summary

Split getLifetimeMarkers out into its own method and have it return a
struct.

Diff Detail

Repository
rL LLVM

Event Timeline

vsk created this revision.Jul 9 2019, 7:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2019, 7:43 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
davidxl accepted this revision.Jul 9 2019, 9:17 PM

lgtm

This revision is now accepted and ready to land.Jul 9 2019, 9:17 PM
This revision was automatically updated to reflect the committed changes.