Skip to content

Commit 3629684

Browse files
author
Thorsten Schütt
committed
small fix II
1 parent 450f5d8 commit 3629684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7623,7 +7623,7 @@ bool CombinerHelper::matchUnmergeValuesAnyExtBuildVector(const MachineInstr &MI,
76237623

76247624
LLT DstTy = MRI.getType(Unmerge->getReg(0));
76257625

7626-
// $bv:_((<8 x s8>) = G_BUILD_VECTOR ....
7626+
// $bv:_(<8 x s8>) = G_BUILD_VECTOR ....
76277627
// $any:_(<8 x s16>) = G_ANYEXT $bv
76287628
// $uv:_(<4 x s16>), $uv1:_(<4 x s16>) = G_UNMERGE_VALUES $any
76297629
//

0 commit comments

Comments
 (0)