Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/AArch64/
-
trunk/
-
lib/
-
Target/
-
AArch64/
-
AArch64ISelLowering.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D28003
[AArch64] Remove a redundant check. NFC
Closed
Public
Authored by
haicheng
on Dec 20 2016, 2:44 PM.
Download Raw Diff
Details
Reviewers
rovka
t.p.northover
mcrosier
Commits
rG6bb0e3932132: [AArch64] Remove a redundant check. NFC.
rL290275: [AArch64] Remove a redundant check. NFC.
Summary
The case AM.Scale == 0 is already handled by the code right above.
Diff Detail
Repository
rL LLVM
Event Timeline
haicheng
updated this revision to
Diff 82158
.
Dec 20 2016, 2:44 PM
haicheng
retitled this revision from
to
[AArch64] Remove a redundant check. NFC
.
haicheng
updated this object.
haicheng
added reviewers:
mcrosier
,
t.p.northover
.
haicheng
set the repository for this revision to
rL LLVM
.
haicheng
added a subscriber:
llvm-commits
.
Herald
added subscribers:
rengolin
,
aemerson
.
·
View Herald Transcript
Dec 20 2016, 2:44 PM
rovka
accepted this revision.
Dec 20 2016, 9:59 PM
rovka
added a reviewer:
rovka
.
rovka
added a subscriber:
rovka
.
Comment Actions
Seems legit.
This revision is now accepted and ready to land.
Dec 20 2016, 9:59 PM
Closed by commit
rL290275: [AArch64] Remove a redundant check. NFC.
(authored by
haicheng
).
·
Explain Why
Dec 21 2016, 1:51 PM
This revision was automatically updated to reflect the committed changes.