[PATCH] D137307: [LSR][TTI][Arm] Enable isAllowDropLSRSolution for Arm
Yueh-Ting (eop) Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 2 18:12:42 PDT 2022
eopXD created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
eopXD requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Depends on D136736 <https://reviews.llvm.org/D136736>. This patch is enables LSR drop solution when the solution is less profitable than the
baseline. The enablement shows regression on the test case changed in this patch.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D137307
Files:
llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
llvm/lib/Target/ARM/ARMTargetTransformInfo.h
llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-intrinsic-fabs.ll
llvm/test/CodeGen/Thumb2/LowOverheadLoops/tail-pred-intrinsic-round.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137307.472821.patch
Type: text/x-patch
Size: 9817 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221103/40017615/attachment.bin>
More information about the llvm-commits
mailing list