[all-commits] [llvm/llvm-project] 323749: [Vectorize] Pre-commit tests for D148905
Jay Foad via All-commits
all-commits at lists.llvm.org
Mon Apr 24 05:42:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3237497d01e8b34039f2b0d160077f09765a0e29
https://github.com/llvm/llvm-project/commit/3237497d01e8b34039f2b0d160077f09765a0e29
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
A llvm/test/Transforms/LoopVectorize/is_fpclass.ll
A llvm/test/Transforms/SLPVectorizer/is_fpclass.ll
M llvm/test/Transforms/Scalarizer/intrinsics.ll
Log Message:
-----------
[Vectorize] Pre-commit tests for D148905
Differential Revision: https://reviews.llvm.org/D149050
Commit: 593e25ffae4a1d67acf61c485220886ffbb0b3e7
https://github.com/llvm/llvm-project/commit/593e25ffae4a1d67acf61c485220886ffbb0b3e7
Author: Jay Foad <jay.foad at amd.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M llvm/include/llvm/Analysis/VectorUtils.h
M llvm/lib/Analysis/VectorUtils.cpp
M llvm/lib/Transforms/Scalar/Scalarizer.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
A llvm/test/Transforms/InstSimplify/is_fpclass.ll
M llvm/test/Transforms/LoopVectorize/is_fpclass.ll
M llvm/test/Transforms/SLPVectorizer/is_fpclass.ll
M llvm/test/Transforms/Scalarizer/intrinsics.ll
Log Message:
-----------
[Vectorize] Fix vectorization, scalarization and folding of llvm.is.fpclass
llvm.is.fpclass is different from other vectorizable intrinsics in that
it is overloaded on an argument type, not on the return type.
Differential Revision: https://reviews.llvm.org/D148905
Compare: https://github.com/llvm/llvm-project/compare/b4cae6bf53b9...593e25ffae4a
More information about the All-commits
mailing list