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
D30149
AMDGPU/SI: Fix SGPR usage count in SI scheduler
Closed
Public
Authored by
axeldavy
on Feb 18 2017, 1:28 PM.
Download Raw Diff
Details
Reviewers
arsenm
tstellar
Commits
rGf7d1023a730a: [AMDGPU] Fix SGPR usage count in SI scheduler
rL298710: [AMDGPU] Fix SGPR usage count in SI scheduler
Summary
The max number of SGPRs used was incorrectly
computed.
Diff Detail
Repository
rL LLVM
Event Timeline
axeldavy
created this revision.
Feb 18 2017, 1:28 PM
Herald
added subscribers:
tpr
,
tony-tye
,
yaxunl
and
4 others
.
·
View Herald Transcript
Feb 18 2017, 1:28 PM
axeldavy
added a subscriber:
llvm-commits
.
Feb 18 2017, 2:33 PM
arsenm
accepted this revision.
Feb 21 2017, 3:35 PM
Comment Actions
LGTM
This revision is now accepted and ready to land.
Feb 21 2017, 3:35 PM
t-tye
added a subscriber:
t-tye
.
Mar 22 2017, 6:39 PM
tony-tye
removed a subscriber:
tony-tye
.
Mar 22 2017, 6:50 PM
Closed by commit
rL298710: [AMDGPU] Fix SGPR usage count in SI scheduler
(authored by
vpykhtin
).
·
Explain Why
Mar 24 2017, 9:58 AM
This revision was automatically updated to reflect the committed changes.