[clang] [llvm] [NVPTX] Auto-Upgrade llvm.nvvm.atomic.load.{inc,dec}.32 (PR #134111)
Akshay Deodhar via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 3 12:56:13 PDT 2025
================
@@ -2070,8 +2070,8 @@ defm INT_PTX_ATOMIC_UMIN_32 : F_ATOMIC_2_AS<I32RT, atomic_load_umin_i32, "min.u3
defm INT_PTX_ATOMIC_UMIN_64 : F_ATOMIC_2_AS<I64RT, atomic_load_umin_i64, "min.u64", [hasSM<32>]>;
// atom_inc atom_dec
----------------
akshayrdeodhar wrote:
We don't have a PTX test to prove that the final lowering to PTX will be the same, but this looks good enough.
https://github.com/llvm/llvm-project/pull/134111
More information about the llvm-commits
mailing list