[all-commits] [llvm/llvm-project] 435785: [Remarks] Emit optimization remarks for atomics ge...
Anshil Gandhi via All-commits
all-commits at lists.llvm.org
Sat Aug 14 22:38:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 435785214f73ff0c92e97f2ade6356e3ba3bf661
https://github.com/llvm/llvm-project/commit/435785214f73ff0c92e97f2ade6356e3ba3bf661
Author: Anshil Gandhi <Anshil.Gandhi at amd.com>
Date: 2021-08-14 (Sat, 14 Aug 2021)
Changed paths:
A clang/test/CodeGenCUDA/atomics-remarks-gfx90a.cu
A clang/test/CodeGenOpenCL/atomics-remarks-gfx90a.cl
M llvm/lib/CodeGen/AtomicExpandPass.cpp
M llvm/test/CodeGen/AArch64/O0-pipeline.ll
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
A llvm/test/CodeGen/AMDGPU/atomics-remarks-gfx90a.ll
M llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
M llvm/test/CodeGen/ARM/O3-pipeline.ll
M llvm/test/CodeGen/PowerPC/O3-pipeline.ll
M llvm/test/CodeGen/X86/O0-pipeline.ll
M llvm/test/CodeGen/X86/opt-pipeline.ll
Log Message:
-----------
[Remarks] Emit optimization remarks for atomics generating CAS loop
Implements ORE in AtomicExpand pass to report atomics generating
a compare and swap loop.
Differential Revision: https://reviews.llvm.org/D106891
More information about the All-commits
mailing list