llvm-project
4c47b417 - [SLP]Allow matching and shuffling of extractelement vector operands with different VF.

Commit
1 year ago
[SLP]Allow matching and shuffling of extractelement vector operands with different VF. Allows better codegen with the free resizing of small VF vector operands and then regular shuffling of the operands of the same size and simplifies the code. Reviewers: RKSimon Reviewed By: RKSimon Pull Request: https://github.com/llvm/llvm-project/pull/97414
Author
Parents
Loading