Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/Transforms/Scalar/
-
Transforms/
-
Scalar/
-
SROA.cpp
-
test/Transforms/SROA/
-
Transforms/
-
SROA/
-
vector-lifetime.ll
Hide Panel
f
Keyboard Reference
?
Differential
D4825
SROA: Skip lifetime markers
Abandoned
Public
Authored by
hliao
on Aug 7 2014, 2:27 PM.
Download Raw Diff
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
Comment Actions
just saw r215148 with the same patch