[all-commits] [llvm/llvm-project] 4459a1: Revert "[SLP]Fix PR52756: SLPVectorizer crashes wi...
Andrew V. Tischenko via All-commits
all-commits at lists.llvm.org
Mon Dec 20 07:22:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4459a11f4d48cd1c0bf8b5e76e6428bf112615cd
https://github.com/llvm/llvm-project/commit/4459a11f4d48cd1c0bf8b5e76e6428bf112615cd
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
R llvm/test/Transforms/SLPVectorizer/X86/reused-undefs.ll
Log Message:
-----------
Revert "[SLP]Fix PR52756: SLPVectorizer crashes with assertion VecTy == FinalVecTy."
This reverts commit fcaf290d0278bb83387e1a1d972c55e08b8c40e3 to fix test
mismatch reported in https://lab.llvm.org/buildbot#builders/117/builds/3531
Commit: ab9078f3d369656c09b5e34bcda6a5d62699a3fb
https://github.com/llvm/llvm-project/commit/ab9078f3d369656c09b5e34bcda6a5d62699a3fb
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
A llvm/test/Transforms/SLPVectorizer/X86/reused-undefs.ll
Log Message:
-----------
[SLP]Fix PR52756: SLPVectorizer crashes with assertion VecTy == FinalVecTy.
Need to check for the number of the unique non-constant values since the
unique values may include several constants.
Differential Revision: https://reviews.llvm.org/D115939
Compare: https://github.com/llvm/llvm-project/compare/5b362e4c7fa4...ab9078f3d369
More information about the All-commits
mailing list