[llvm] [SLP]Improve/fix subvectors in gather/buildvector nodes handling (PR #104144)

Danial Klimkin via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 07:58:35 PDT 2024


dklimkin wrote:

Unfortunately it's in a very large generated block and we were not able to isolate it to an external repro yet.

One pointer is, dropping lines 12657-12667 from [SLPVectorizer.cpp](https://github.com/llvm/llvm-project/commit/f3d2609af3031ddb54030548e86335f295cf49ca#diff-e3b933e8c46156c0eaf7cbb67866b712f69a8484bc941d10acec9d4d17b9f061) fixes our test. Could you take a look if the ranges here, and the values set look correct?

https://github.com/llvm/llvm-project/pull/104144


More information about the llvm-commits mailing list