Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Transforms/Scalar/
-
trunk/
-
lib/
-
Transforms/
-
Scalar/
-
LoopUnrollPass.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D24299
[LoopUnroll] Fix a debug message. NFC.
Closed
Public
Authored by
haicheng
on Sep 7 2016, 9:52 AM.
Download Raw Diff
Details
Reviewers
mzolotukhin
mssimpso
mcrosier
Commits
rG109f4f35095d: [LoopUnroll] Correct a debug message. NFC.
rL280865: [LoopUnroll] Correct a debug message. NFC.
Summary
The code says "<=", but the debug message is "<".
Diff Detail
Repository
rL LLVM
Event Timeline
haicheng
updated this revision to
Diff 70552
.
Sep 7 2016, 9:52 AM
haicheng
retitled this revision from
to
[LoopUnroll] Fix a debug message. NFC.
.
haicheng
updated this object.
haicheng
added reviewers:
mcrosier
,
mzolotukhin
,
mssimpso
.
haicheng
set the repository for this revision to
rL LLVM
.
haicheng
added a subscriber:
llvm-commits
.
Herald
added subscribers:
mzolotukhin
,
mcrosier
.
·
View Herald Transcript
Sep 7 2016, 9:52 AM
mzolotukhin
accepted this revision.
Sep 7 2016, 9:59 AM
mzolotukhin
edited edge metadata.
Comment Actions
LGTM, thanks!
This revision is now accepted and ready to land.
Sep 7 2016, 9:59 AM
Closed by commit
rL280865: [LoopUnroll] Correct a debug message. NFC.
(authored by
haicheng
).
·
Explain Why
Sep 7 2016, 2:38 PM
This revision was automatically updated to reflect the committed changes.