Tests with the default costs for boolean and/or reductions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D97793
[Cost]Add tests for boolean and/or reductions, NFC. ClosedPublic Authored by ABataev on Mar 2 2021, 11:46 AM.
Details Summary Tests with the default costs for boolean and/or reductions.
Diff Detail
Event TimelineHerald added subscribers: frasercrmck, kerbowa, luismarques and 22 others. · View Herald TranscriptMar 2 2021, 11:46 AM This revision is now accepted and ready to land.Mar 3 2021, 3:32 AM This revision was landed with ongoing or failed builds.Mar 3 2021, 12:35 PM Closed by commit rG60470ac7ff8e: [Cost]Add tests for boolean and/or reductions, NFC. (authored by ABataev). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 327891 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
|