[all-commits] [llvm/llvm-project] b8616e: [AMDGPU] Add atomic optimizer nouse tests
Jay Foad via All-commits
all-commits at lists.llvm.org
Fri Mar 19 08:50:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8616e40daf7a4c910f5fc0201c7ddd64082aaf0
https://github.com/llvm/llvm-project/commit/b8616e40daf7a4c910f5fc0201c7ddd64082aaf0
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M llvm/test/CodeGen/AMDGPU/atomic_optimizations_local_pointer.ll
Log Message:
-----------
[AMDGPU] Add atomic optimizer nouse tests
Add some atomic optimizer tests where there is no use of the result of
the atomic operation, which is a common case in real code. NFC.
Differential Revision: https://reviews.llvm.org/D98952
More information about the All-commits
mailing list