[all-commits] [llvm/llvm-project] 191f9f: [AArch64][SVE] Move instcombine like transforms ou...
Bradley Smith via All-commits
all-commits at lists.llvm.org
Tue Jul 20 07:18:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 191f9fa5d2af2b01aa23a591e780a1c36a014a89
https://github.com/llvm/llvm-project/commit/191f9fa5d2af2b01aa23a591e780a1c36a014a89
Author: Bradley Smith <bradley.smith at arm.com>
Date: 2021-07-20 (Tue, 20 Jul 2021)
Changed paths:
M llvm/lib/Target/AArch64/AArch64TargetTransformInfo.cpp
M llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp
R llvm/test/CodeGen/AArch64/sve-fmul-idempotency.ll
R llvm/test/CodeGen/AArch64/sve-intrinsic-opts-ptest.ll
R llvm/test/CodeGen/AArch64/sve-mul-idempotency.ll
R llvm/test/CodeGen/AArch64/sve-tbl-dupx.ll
A llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-fmul-idempotency.ll
A llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-mul-idempotency.ll
A llvm/test/Transforms/InstCombine/AArch64/sve-intrinsic-tbl-dupx.ll
A llvm/test/Transforms/InstCombine/AArch64/sve-intrinsics-ptest.ll
Log Message:
-----------
[AArch64][SVE] Move instcombine like transforms out of SVEIntrinsicOpts
Instead move them to the instcombine that happens in AArch64TargetTransformInfo.
Differential Revision: https://reviews.llvm.org/D106144
More information about the All-commits
mailing list