Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lib/Target/AMDGPU/
-
Target/
-
AMDGPU/
-
AMDGPUTargetMachine.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D25055
[AMDGPU] Do not run scalar optimization passes at "-O0"
Closed
Public
Authored by
kzhuravl
on Sep 28 2016, 4:22 PM.
Download Raw Diff
Details
Reviewers
•
tstellarAMD
arsenm
Commits
rG4658e5f7b06e: [AMDGPU] Do not run scalar optimization passes at "-O0"
rL282873: [AMDGPU] Do not run scalar optimization passes at "-O0"
Diff Detail
Event Timeline
kzhuravl
updated this revision to
Diff 72926
.
Sep 28 2016, 4:22 PM
kzhuravl
retitled this revision from
to
[AMDGPU] Do not run scalar optimization passes at "-O0"
.
kzhuravl
updated this object.
kzhuravl
added reviewers:
•
tstellarAMD
,
arsenm
.
kzhuravl
added a subscriber:
llvm-commits
.
Herald
added subscribers:
tony-tye
,
yaxunl
,
nhaehnle
and
3 others
.
·
View Herald Transcript
Sep 28 2016, 4:22 PM
kzhuravl
added a comment.
Sep 28 2016, 4:23 PM
Comment Actions
This patch fixes one of the debugger test cases
arsenm
accepted this revision.
Sep 30 2016, 8:02 AM
arsenm
edited edge metadata.
Comment Actions
LGTM
This revision is now accepted and ready to land.
Sep 30 2016, 8:02 AM
Closed by commit
rL282873: [AMDGPU] Do not run scalar optimization passes at "-O0"
(authored by
kzhuravl
).
·
Explain Why
Sep 30 2016, 9:48 AM
This revision was automatically updated to reflect the committed changes.