Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/ARM/
-
trunk/
-
lib/
-
Target/
-
ARM/
-
ARMOptimizeBarriersPass.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D9611
[Target/ARM] Remove unused private
Closed
Public
Authored by
davide
on May 8 2015, 11:13 AM.
Download Raw Diff
Details
Reviewers
rengolin
Commits
rG2c29cd697e5e: [Target/ARM] Remove unused 'private' from class.
rL338359: [X86] Improved sched models for X86 SHLD/SHRD* instructions.
rL236918: [Target/ARM] Remove unused 'private' from class.
Summary
I'm trying to port this pass to AArch64 and noticed this.
Diff Detail
Repository
rL LLVM
Event Timeline
davide
updated this revision to
Diff 25352
.
May 8 2015, 11:13 AM
davide
retitled this revision from
to
[Target/ARM] Remove unused private
.
davide
updated this object.
davide
edited the test plan for this revision.
(Show Details)
davide
added a reviewer:
rengolin
.
davide
set the repository for this revision to
rL LLVM
.
davide
added a subscriber:
Unknown Object (MLST)
.
Herald
added subscribers:
aemerson
,
rengolin
.
·
View Herald Transcript
May 8 2015, 11:13 AM
rengolin
accepted this revision.
May 8 2015, 12:19 PM
rengolin
edited edge metadata.
Comment Actions
Ouch. LGTM. Thanks!
This revision is now accepted and ready to land.
May 8 2015, 12:19 PM
Closed by commit
rL236918: [Target/ARM] Remove unused 'private' from class.
(authored by
davide
).
·
Explain Why
May 8 2015, 5:02 PM
This revision was automatically updated to reflect the committed changes.