This is an archive of the discontinued LLVM Phabricator instance.

SROA: Skip lifetime markers
AbandonedPublic

Authored by hliao on Aug 7 2014, 2:27 PM.

Details

Reviewers
chandlerc
Summary
  • Lifetime markers should be skipped when we check whether a given slice use could be promoted into a vector.

Diff Detail

Event Timeline

hliao updated this revision to Diff 12289.Aug 7 2014, 2:27 PM
hliao retitled this revision from to SROA: Skip lifetime markers.
hliao updated this object.
hliao edited the test plan for this revision. (Show Details)
hliao added a reviewer: chandlerc.
hliao added a subscriber: Unknown Object (MLST).Aug 7 2014, 2:45 PM
hliao abandoned this revision.Aug 7 2014, 2:53 PM

just saw r215148 with the same patch