Skip to content

[CostModel][X86] check all reduction cost kinds using -cost-kind=all #132000

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
384 changes: 208 additions & 176 deletions llvm/test/Analysis/CostModel/X86/reduce-add.ll

Large diffs are not rendered by default.

309 changes: 164 additions & 145 deletions llvm/test/Analysis/CostModel/X86/reduce-and.ll

Large diffs are not rendered by default.

382 changes: 191 additions & 191 deletions llvm/test/Analysis/CostModel/X86/reduce-fadd.ll

Large diffs are not rendered by default.

238 changes: 136 additions & 102 deletions llvm/test/Analysis/CostModel/X86/reduce-fmax.ll

Large diffs are not rendered by default.

238 changes: 136 additions & 102 deletions llvm/test/Analysis/CostModel/X86/reduce-fmin.ll

Large diffs are not rendered by default.

382 changes: 191 additions & 191 deletions llvm/test/Analysis/CostModel/X86/reduce-fmul.ll

Large diffs are not rendered by default.

364 changes: 182 additions & 182 deletions llvm/test/Analysis/CostModel/X86/reduce-mul.ll

Large diffs are not rendered by default.

309 changes: 164 additions & 145 deletions llvm/test/Analysis/CostModel/X86/reduce-or.ll

Large diffs are not rendered by default.

405 changes: 201 additions & 204 deletions llvm/test/Analysis/CostModel/X86/reduce-smax.ll

Large diffs are not rendered by default.

405 changes: 201 additions & 204 deletions llvm/test/Analysis/CostModel/X86/reduce-smin.ll

Large diffs are not rendered by default.

405 changes: 201 additions & 204 deletions llvm/test/Analysis/CostModel/X86/reduce-umax.ll

Large diffs are not rendered by default.

405 changes: 201 additions & 204 deletions llvm/test/Analysis/CostModel/X86/reduce-umin.ll

Large diffs are not rendered by default.

345 changes: 182 additions & 163 deletions llvm/test/Analysis/CostModel/X86/reduce-xor.ll

Large diffs are not rendered by default.

1,688 changes: 886 additions & 802 deletions llvm/test/Analysis/CostModel/X86/reduction.ll

Large diffs are not rendered by default.

Loading