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

via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 08:12:12 PDT 2024


DenisGZM wrote:

Sorry, haven't ever run these tests before.
Ok, I got that I should add predicates for SM and PTX versions in backend. Adjust min size of cmpxchng depending on sm and ptx version.
But still one test for sm_90 is failing, because expect another code... Should I just rewrite it? Is that how it's done? :)

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


More information about the llvm-commits mailing list