Skip to content

Commit 3909b10

Browse files
author
Thorsten Schütt
committed
small fix III
1 parent 074029d commit 3909b10

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7629,14 +7629,14 @@ bool CombinerHelper::matchUnmergeValuesAnyExtBuildVector(const MachineInstr &MI,
76297629
//
76307630
// ->
76317631
//
7632-
// $any:_(s16) = G_ANY $bv[0]
7633-
// $any1:_(s16) = G_ANY $bv[1]
7634-
// $any2:_(s16) = G_ANY $bv[2]
7635-
// $any3:_(s16) = G_ANY $bv[3]
7636-
// $any4:_(s16) = G_ANY $bv[4]
7637-
// $any5:_(s16) = G_ANY $bv[5]
7638-
// $any6:_(s16) = G_ANY $bv[6]
7639-
// $any7:_(s16) = G_ANY $bv[7]
7632+
// $any:_(s16) = G_ANYEXT $bv[0]
7633+
// $any1:_(s16) = G_ANYEXT $bv[1]
7634+
// $any2:_(s16) = G_ANYEXT $bv[2]
7635+
// $any3:_(s16) = G_ANYEXT $bv[3]
7636+
// $any4:_(s16) = G_ANYEXT $bv[4]
7637+
// $any5:_(s16) = G_ANYEXT $bv[5]
7638+
// $any6:_(s16) = G_ANYEXT $bv[6]
7639+
// $any7:_(s16) = G_ANYEXT $bv[7]
76407640
// $uv:_(<4 x s16>) = G_BUILD_VECTOR $any, $any1, $any2, $any3
76417641
// $uv1:_(<4 x s16>) = G_BUILD_VECTOR $any4, $any5, $any6, $any7
76427642

0 commit comments

Comments
 (0)