[llvm-branch-commits] [clang] [llvm] AMDGPU: Remove ds atomic fadd intrinsics (PR #95396)
Christudasan Devadasan via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 13 05:11:01 PDT 2024
================
@@ -2331,40 +2337,74 @@ static Value *upgradeARMIntrinsicCall(StringRef Name, CallBase *CI, Function *F,
llvm_unreachable("Unknown function for ARM CallBase upgrade.");
}
+// These are expected to have have the arguments:
----------------
cdevadas wrote:
```suggestion
// These are expected to have the arguments:
```
https://github.com/llvm/llvm-project/pull/95396
More information about the llvm-branch-commits
mailing list