[all-commits] [llvm/llvm-project] 7ff83e: [SLP]Do not try to reorder possible strided nodes.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Sep 22 08:09:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ff83ed6cda068d99ec2926216d9868754da6e79
https://github.com/llvm/llvm-project/commit/7ff83ed6cda068d99ec2926216d9868754da6e79
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/reorder-possible-strided-node.ll
Log Message:
-----------
[SLP]Do not try to reorder possible strided nodes.
Reordering of possible strided nodes in bottom-to-top order requires
top-to-bottom reordering of the operands of such nodes, which is not
supported. Need to disable reordering of strided operands to avoid
compiler crashes.
More information about the All-commits
mailing list