[clang] [llvm] [NVPTX] Support __usAtomicCAS builtin (PR #99646)

via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 18 04:33:55 PDT 2024


================
@@ -0,0 +1,37 @@
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_32 | FileCheck %s --check-prefixes=SM30,CHECK
----------------
DenisGZM wrote:

Seems, that noone autogenerated tests for ptx before, because there wasn't nvptx march

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


More information about the cfe-commits mailing list