[llvm] [SLP]Reorder tree, if the reorder indices are non empty (PR #136185)

Alexey Bataev via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 06:40:45 PDT 2025


alexey-bataev wrote:

> Are there any cases where reordering can produce incorrect code?

No, this transformation should preserve the correctness. This changes just reorders the nodes, allowing to reduce final number of shuffles

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


More information about the llvm-commits mailing list