Skip to content

Commit 450f5d8

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

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
@@ -7624,7 +7624,7 @@ bool CombinerHelper::matchUnmergeValuesAnyExtBuildVector(const MachineInstr &MI,
76247624
LLT DstTy = MRI.getType(Unmerge->getReg(0));
76257625

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

0 commit comments

Comments
 (0)