-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AMDGPU] Enable atomic optimizer for 64 bit divergent values
- Loading branch information
Showing
11 changed files
with
14,422 additions
and
3,946 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,346 changes: 1,158 additions & 188 deletions
1,346
llvm/test/CodeGen/AMDGPU/GlobalISel/global-atomic-fadd.f64.ll
Large diffs are not rendered by default.
Oops, something went wrong.
1,038 changes: 872 additions & 166 deletions
1,038
llvm/test/CodeGen/AMDGPU/atomic_optimizations_global_pointer.ll
Large diffs are not rendered by default.
Oops, something went wrong.
638 changes: 564 additions & 74 deletions
638
llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
Large diffs are not rendered by default.
Oops, something went wrong.
1,332 changes: 1,138 additions & 194 deletions
1,332
llvm/test/CodeGen/AMDGPU/global-atomic-fadd.f64.ll
Large diffs are not rendered by default.
Oops, something went wrong.
504 changes: 486 additions & 18 deletions
504
llvm/test/CodeGen/AMDGPU/global_atomic_optimizer_fp_rtn.ll
Large diffs are not rendered by default.
Oops, something went wrong.
432 changes: 414 additions & 18 deletions
432
llvm/test/CodeGen/AMDGPU/global_atomics_optimizer_fp_no_rtn.ll
Large diffs are not rendered by default.
Oops, something went wrong.
4,054 changes: 2,992 additions & 1,062 deletions
4,054
llvm/test/CodeGen/AMDGPU/global_atomics_scan_fadd.ll
Large diffs are not rendered by default.
Oops, something went wrong.
2,473 changes: 1,894 additions & 579 deletions
2,473
llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmax.ll
Large diffs are not rendered by default.
Oops, something went wrong.
2,473 changes: 1,894 additions & 579 deletions
2,473
llvm/test/CodeGen/AMDGPU/global_atomics_scan_fmin.ll
Large diffs are not rendered by default.
Oops, something went wrong.
4,056 changes: 2,993 additions & 1,063 deletions
4,056
llvm/test/CodeGen/AMDGPU/global_atomics_scan_fsub.ll
Large diffs are not rendered by default.
Oops, something went wrong.