[all-commits] [llvm/llvm-project] 506211: [AArch64][SVE] Extend PTEST_ANY(X=OP(PG, ...), X) -...
Cullen Rhodes via All-commits
all-commits at lists.llvm.org
Fri Nov 4 01:58:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50621169ae1efb4998cc64dcd9d5bab6941486de
https://github.com/llvm/llvm-project/commit/50621169ae1efb4998cc64dcd9d5bab6941486de
Author: Cullen Rhodes <cullen.rhodes at arm.com>
Date: 2022-11-04 (Fri, 04 Nov 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/test/Transforms/InstCombine/AArch64/sve-intrinsics-ptest.ll
Log Message:
-----------
[AArch64][SVE] Extend PTEST_ANY(X=OP(PG,...), X) -> PTEST_ANY(PG, X)) instcombine
Extend above instcombine added in D134946 to cover more flag-setting
instructions.
Reviewed By: peterwaller-arm
Differential Revision: https://reviews.llvm.org/D136438
More information about the All-commits
mailing list