Skip to content

Commit cb64455

Browse files
committed
[AMDGPU] Remove obsolete comment
Obsoleted by e4464bf "AMDGPU/GlobalISel: Select scalar v2s16 G_BUILD_VECTOR"
1 parent 15e9a6c commit cb64455

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AMDGPU/SIInstructions.td

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2040,8 +2040,6 @@ def : GCNPat <
20402040
SRCMODS.NONE, $src2)
20412041
>;
20422042

2043-
// COPY is workaround tablegen bug from multiple outputs
2044-
// from S_LSHL_B32's multiple outputs from implicit scc def.
20452043
def : GCNPat <
20462044
(v2i16 (build_vector (i16 0), (i16 SReg_32:$src1))),
20472045
(S_LSHL_B32 SReg_32:$src1, (i16 16))

0 commit comments

Comments
 (0)