[PATCH] D121109: [AArch64] Add cost model for llvm.get.active.lane.mask intrinsic
David Sherwood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 02:53:01 PST 2022
david-arm updated this revision to Diff 414321.
david-arm edited the summary of this revision.
david-arm added a comment.
Herald added subscribers: pcwang-thead, luke957, frasercrmck, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, MaskRay, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb.
- Added cost model tests for ARM and RISCV too. Some of the costs for RISCV with scalable vector types are showing as Invalid, but I think this is probably due to something attempting to scalarise the saturating add, etc.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121109/new/
https://reviews.llvm.org/D121109
Files:
llvm/include/llvm/CodeGen/BasicTTIImpl.h
llvm/test/Analysis/CostModel/AArch64/sve-intrinsics.ll
llvm/test/Analysis/CostModel/ARM/active_lane_mask.ll
llvm/test/Analysis/CostModel/RISCV/active_lane_mask.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121109.414321.patch
Type: text/x-patch
Size: 21409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220310/29783ebd/attachment.bin>
More information about the llvm-commits
mailing list