Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/
-
trunk/
-
lib/Target/ARM/
-
Target/
-
ARM/
-
Thumb2InstrInfo.cpp
-
test/CodeGen/Thumb2/
-
CodeGen/
-
Thumb2/
-
cmp-frame.ll
Hide Panel
f
Keyboard Reference
?
Differential
D43807
ARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp if the add defines CPSR.
Closed
Public
Authored by
pcc
on Feb 26 2018, 9:46 PM.
Download Raw Diff
Details
Reviewers
olista01
efriedma
t.p.northover
Commits
rGe8436e863154: ARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp if the add defines CPSR.
rL326226: ARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp if the add defines CPSR.
Diff Detail
Repository
rL LLVM
Event Timeline
pcc
created this revision.
Feb 26 2018, 9:46 PM
Herald
added subscribers:
hiraditya
,
kristof.beyls
,
javed.absar
,
srhines
.
·
View Herald Transcript
Feb 26 2018, 9:46 PM
Harbormaster
completed remote builds in
B15460: Diff 136035
.
Feb 26 2018, 9:48 PM
olista01
accepted this revision.
Feb 27 2018, 4:13 AM
Comment Actions
LGTM, thanks.
This revision is now accepted and ready to land.
Feb 27 2018, 4:13 AM
Closed by commit
rL326226: ARM: Don't rewrite add reg, $sp, 0 -> mov reg, $sp if the add defines CPSR.
(authored by
pcc
).
·
Explain Why
Feb 27 2018, 11:03 AM
This revision was automatically updated to reflect the committed changes.