[all-commits] [llvm/llvm-project] a26312: Revert "[SLP] allow matching integer min/max intri...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Mar 26 07:00:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a26312f9d4f2d09c65e3c3ead03f8b0772cf6446
https://github.com/llvm/llvm-project/commit/a26312f9d4f2d09c65e3c3ead03f8b0772cf6446
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-03-26 (Fri, 26 Mar 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/test/Transforms/SLPVectorizer/X86/horizontal-minmax.ll
M llvm/test/Transforms/SLPVectorizer/X86/horizontal-smax.ll
M llvm/test/Transforms/SLPVectorizer/pr49730.ll
M llvm/test/Transforms/SLPVectorizer/slp-umax-rdx-matcher-crash.ll
Log Message:
-----------
Revert "[SLP] allow matching integer min/max intrinsics as reduction ops"
This reverts commit 3c8473ba534daa3 and includes test diffs to
maintain testing status.
There's at least 1 place that was not updated with 7202f47508 ,
so we can crash mismatching select and intrinsics as shown in
PR49730.
More information about the All-commits
mailing list