[all-commits] [llvm/llvm-project] 127cf4: [SVE][InstCombine] Precommit tests for select + ptrue
Allen via All-commits
all-commits at lists.llvm.org
Thu Oct 12 18:21:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 127cf4ead3f8e33ae0955a4420eab9aad29b63d3
https://github.com/llvm/llvm-project/commit/127cf4ead3f8e33ae0955a4420eab9aad29b63d3
Author: zhongyunde 00443407 <zhongyunde at huawei.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-sel.ll
Log Message:
-----------
[SVE][InstCombine] Precommit tests for select + ptrue
Commit: bf90ffb9b4617297053ce7228474e224922f2391
https://github.com/llvm/llvm-project/commit/bf90ffb9b4617297053ce7228474e224922f2391
Author: zhongyunde 00443407 <zhongyunde at huawei.com>
Date: 2023-10-13 (Fri, 13 Oct 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-sel.ll
Log Message:
-----------
[SVE][InstCombine] Delete redundante sel instructions with ptrue
svsel(pture, x, y) => x. depend on D121792
Reviewed By: paulwalker-arm, david-arm
Compare: https://github.com/llvm/llvm-project/compare/ebaf8d494983...bf90ffb9b461
More information about the All-commits
mailing list