[all-commits] [llvm/llvm-project] 4c70b6: [LV] Make optimal-epilog-vectorization-profitabili...
huihzhang via All-commits
all-commits at lists.llvm.org
Tue Dec 8 09:40:59 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c70b6ee45e89268598d1bd0811778244f136025
https://github.com/llvm/llvm-project/commit/4c70b6ee45e89268598d1bd0811778244f136025
Author: Bardia Mahjour <bmahjour at ca.ibm.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M llvm/test/Transforms/LoopVectorize/PowerPC/optimal-epilog-vectorization-profitability.ll
Log Message:
-----------
[LV] Make optimal-epilog-vectorization-profitability.ll more robust
Add a CHECK to properly limit the scope of CHECK-NOTs
Commit: 8e6fc1f97eb9a63780158470596ddbec3d0ecd59
https://github.com/llvm/llvm-project/commit/8e6fc1f97eb9a63780158470596ddbec3d0ecd59
Author: Huihui Zhang <huihuiz at quicinc.com>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-fp.ll
Log Message:
-----------
[AArch64][SVE] Add lowering for llvm.maxnum|minnum for scalable type.
LLVM intrinsic llvm.maxnum|minnum is overloaded intrinsic, can be used on any
floating-point or vector of floating-point type.
This patch extends current infrastructure to support scalable vector type.
This patch also fix a warning message of incorrect use of EVT::getVectorNumElements()
for scalable type, when DAGCombiner trying to split scalable vector.
Reviewed By: sdesmalen
Differential Revision: https://reviews.llvm.org/D92607
Compare: https://github.com/llvm/llvm-project/compare/27ea7d0a6e0d...8e6fc1f97eb9
More information about the All-commits
mailing list