Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/Target/AMDGPU/
-
Target/
-
AMDGPU/
1/1
SIInsertWaitcnts.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D48607
AMDGPU: Silence unused warnings in waitcnt insertion pass in release build
Closed
Public
Authored by
kzhuravl
on Jun 26 2018, 2:07 PM.
Download Raw Diff
Details
Reviewers
msearles
Commits
rG777477705a7b: AMDGPU: Silence unused warnings in waitcnt insertion pass in release build
rL335669: AMDGPU: Silence unused warnings in waitcnt insertion pass in release build
Diff Detail
Event Timeline
kzhuravl
created this revision.
Jun 26 2018, 2:07 PM
Herald
added subscribers:
t-tye
,
tpr
,
dstuttard
and
4 others
.
·
View Herald Transcript
Jun 26 2018, 2:07 PM
kzhuravl
added inline comments.
Jun 26 2018, 2:07 PM
lib/Target/AMDGPU/SIInsertWaitcnts.cpp
144
This got here by accident, I will remove.
msearles
accepted this revision.
Jun 26 2018, 2:10 PM
Comment Actions
LGTM; thx, I've been meaning to address this.
This revision is now accepted and ready to land.
Jun 26 2018, 2:10 PM
Closed by commit
rL335669: AMDGPU: Silence unused warnings in waitcnt insertion pass in release build
(authored by
kzhuravl
).
·
Explain Why
Jun 26 2018, 2:38 PM
This revision was automatically updated to reflect the committed changes.
kzhuravl
marked an inline comment as done.
This got here by accident, I will remove.