[PATCH] D132506: [SLP][NFC] Add test case exposing deficiency in finding reductions that feed buildvector sequence.
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 16:38:00 PDT 2022
vporpo added a comment.
Please try to use %names that show the opcode and lane, for example if you expect a load to be in lane 0 you can name it %ld0, if it should be in lane 1 you can name it %ld1 and so on. This shouldn't be too tedious if you manage to reduce it by half.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132506/new/
https://reviews.llvm.org/D132506
More information about the llvm-commits
mailing list