Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/lib/Target/AMDGPU/
-
lib/
-
Target/
-
AMDGPU/
-
AMDGPUAttributor.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D119308
[AMDGPU] [NFC] Fix incorrect use of bitwise operator.
Closed
Public
Authored by
sameerds
on Feb 8 2022, 7:11 PM.
Download Raw Diff
Details
Reviewers
cfang
jdoerfert
sstefan1
baziotis
Commits
rGc6a6b57902b3: [AMDGPU] [NFC] Fix incorrect use of bitwise operator.
Diff Detail
Repository
rG LLVM Github Monorepo
Event Timeline
sameerds
created this revision.
Feb 8 2022, 7:11 PM
Herald
added subscribers:
foad
,
okura
,
kuter
and
10 others
.
·
View Herald Transcript
Feb 8 2022, 7:11 PM
sameerds
requested review of this revision.
Feb 8 2022, 7:11 PM
Herald
added a reviewer:
jdoerfert
.
·
View Herald Transcript
Feb 8 2022, 7:11 PM
Herald
added a reviewer:
sstefan1
.
·
View Herald Transcript
Herald
added a reviewer:
baziotis
.
·
View Herald Transcript
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Herald
added subscribers:
llvm-commits
,
wdng
.
·
View Herald Transcript
This revision was not accepted when it landed; it landed in state
Needs Review
.
Feb 8 2022, 7:13 PM
This revision was landed with ongoing or failed builds.
Closed by commit
rGc6a6b57902b3: [AMDGPU] [NFC] Fix incorrect use of bitwise operator.
(authored by
sameerds
).
·
Explain Why
This revision was automatically updated to reflect the committed changes.
sameerds
added a commit:
rGc6a6b57902b3: [AMDGPU] [NFC] Fix incorrect use of bitwise operator.
.
sameerds
mentioned this in
D119087: [AMDGPU] [NFC] refactor the AMDGPU attributor
.
Feb 8 2022, 7:15 PM
Harbormaster
completed remote builds in
B148402: Diff 407031
.
Feb 8 2022, 9:07 PM
jdoerfert
added a comment.
Feb 9 2022, 12:39 AM
Comment Actions
Usually you go for review or commit it without. Also, this is not NFC.