Skip to content

Commit 3bdebfa

Browse files
Nit! remove use case from comment
1 parent 1ef5773 commit 3bdebfa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4233,9 +4233,6 @@ bool CombinerHelper::matchCombineExtractToShuffle(
42334233

42344234
// This combine tries to find all the build vectors whose source elements
42354235
// all originate from a G_EXTRACT_VECTOR_ELT from one or two donor vectors.
4236-
// One example where this may happen is for AI chips where there are a lot
4237-
// of matrix multiplications. Typically there vectors are disected and then
4238-
// rearranged into the right transformation.
42394236
// E.g.
42404237
// %donor1(<2 x s32>) = COPY $d0
42414238
// %donor2(<2 x s32>) = COPY $d1

0 commit comments

Comments
 (0)