[llvm-branch-commits] [llvm] [AMDGPU] Enable atomic optimizer for divergent i64 and double values (PR #96934)

Vikram Hegde via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 2 06:17:04 PDT 2024


================
@@ -178,6 +178,21 @@ bool AMDGPUAtomicOptimizerImpl::run(Function &F) {
   return Changed;
 }
 
+static bool isOptimizableAtomic(Type *Ty) {
----------------
vikramRH wrote:

updated, thanks

https://github.com/llvm/llvm-project/pull/96934


More information about the llvm-branch-commits mailing list