We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef5773 commit 3bdebfaCopy full SHA for 3bdebfa
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
@@ -4233,9 +4233,6 @@ bool CombinerHelper::matchCombineExtractToShuffle(
4233
4234
// This combine tries to find all the build vectors whose source elements
4235
// 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.
4239
// E.g.
4240
// %donor1(<2 x s32>) = COPY $d0
4241
// %donor2(<2 x s32>) = COPY $d1
0 commit comments