[all-commits] [llvm/llvm-project] 99f9bd: [SLP]Fix a crash in the analysis of the compatible...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Mon Oct 31 09:49:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99f9bd4807d6132b603a1910902e4586e20638e0
https://github.com/llvm/llvm-project/commit/99f9bd4807d6132b603a1910902e4586e20638e0
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2022-10-31 (Mon, 31 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/alt-cmp-vectorize.ll
Log Message:
-----------
[SLP]Fix a crash in the analysis of the compatible cmp operands.
We can skip the analysis of the operands opcodes, can compare directly
them in some cases.
More information about the All-commits
mailing list