Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/AMDGPU/
-
trunk/
-
lib/
-
Target/
-
AMDGPU/
-
SIMachineScheduler.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D30146
AMDGPU/SI: Add a new line after a debug message
Closed
Public
Authored by
axeldavy
on Feb 18 2017, 1:23 PM.
Download Raw Diff
Details
Reviewers
arsenm
tstellar
Commits
rG57ab699933a8: [AMDGPU] Add a new line after a debug message
rL298708: [AMDGPU] Add a new line after a debug message
Summary
There was a missing line jump at the end of a debug message
for the SI scheduler.
Diff Detail
Repository
rL LLVM
Event Timeline
axeldavy
created this revision.
Feb 18 2017, 1:23 PM
Herald
added subscribers:
tpr
,
tony-tye
,
yaxunl
and
5 others
.
·
View Herald Transcript
Feb 18 2017, 1:23 PM
axeldavy
added a reviewer:
arsenm
.
Feb 18 2017, 2:32 PM
axeldavy
added a project:
Restricted Project
.
axeldavy
added a subscriber:
llvm-commits
.
arsenm
accepted this revision.
Feb 21 2017, 3:37 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Feb 21 2017, 3:37 PM
t-tye
added a subscriber:
t-tye
.
Mar 22 2017, 6:38 PM
tony-tye
removed a subscriber:
tony-tye
.
Mar 22 2017, 6:48 PM
Closed by commit
rL298708: [AMDGPU] Add a new line after a debug message
(authored by
vpykhtin
).
·
Explain Why
Mar 24 2017, 9:50 AM
This revision was automatically updated to reflect the committed changes.