[all-commits] [llvm/llvm-project] 60470a: [Cost]Add tests for boolean and/or reductions, NFC.
cilkplus via All-commits
all-commits at lists.llvm.org
Wed Mar 3 12:35:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60470ac7ff8e2e294636cb196de39e6b60be5995
https://github.com/llvm/llvm-project/commit/60470ac7ff8e2e294636cb196de39e6b60be5995
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
A llvm/test/Analysis/CostModel/AArch64/reduce-and.ll
A llvm/test/Analysis/CostModel/AArch64/reduce-or.ll
A llvm/test/Analysis/CostModel/AMDGPU/reduce-and.ll
A llvm/test/Analysis/CostModel/AMDGPU/reduce-or.ll
A llvm/test/Analysis/CostModel/ARM/reduce-and.ll
A llvm/test/Analysis/CostModel/ARM/reduce-or.ll
A llvm/test/Analysis/CostModel/PowerPC/reduce-and.ll
A llvm/test/Analysis/CostModel/PowerPC/reduce-or.ll
A llvm/test/Analysis/CostModel/RISCV/reduce-and.ll
A llvm/test/Analysis/CostModel/RISCV/reduce-or.ll
A llvm/test/Analysis/CostModel/SystemZ/reduce-and.ll
A llvm/test/Analysis/CostModel/SystemZ/reduce-or.ll
Log Message:
-----------
[Cost]Add tests for boolean and/or reductions, NFC.
Tests with the default costs for boolean and/or reductions.
Differential Revision: https://reviews.llvm.org/D97793
More information about the All-commits
mailing list