[PATCH] D97793: [Cost]Add tests for boolean and/or reductions, NFC.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 11:46:29 PST 2021
ABataev created this revision.
ABataev added a reviewer: lebedev.ri.
Herald added subscribers: frasercrmck, kerbowa, luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, niosHD, sabuasal, simoncook, johnrusso, rbar, asb, nhaehnle, jvesely, nemanjai.
ABataev requested review of this revision.
Herald added a subscriber: MaskRay.
Herald added a project: LLVM.
Tests with the default costs for boolean and/or reductions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97793
Files:
llvm/test/Analysis/CostModel/AArch64/reduce-and.ll
llvm/test/Analysis/CostModel/AArch64/reduce-or.ll
llvm/test/Analysis/CostModel/AMDGPU/reduce-and.ll
llvm/test/Analysis/CostModel/AMDGPU/reduce-or.ll
llvm/test/Analysis/CostModel/ARM/reduce-and.ll
llvm/test/Analysis/CostModel/ARM/reduce-or.ll
llvm/test/Analysis/CostModel/PowerPC/reduce-and.ll
llvm/test/Analysis/CostModel/PowerPC/reduce-or.ll
llvm/test/Analysis/CostModel/RISCV/reduce-and.ll
llvm/test/Analysis/CostModel/RISCV/reduce-or.ll
llvm/test/Analysis/CostModel/SystemZ/reduce-and.ll
llvm/test/Analysis/CostModel/SystemZ/reduce-or.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97793.327534.patch
Type: text/x-patch
Size: 31300 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210302/2fdf98fc/attachment.bin>
More information about the llvm-commits
mailing list