[llvm] [NVPTX] Add syncscope support for cmpxchg (PR #140812)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 10:07:54 PDT 2025
================
@@ -5,6 +5,14 @@
from itertools import product
cmpxchg_func = Template(
----------------
AlexMaclean wrote:
The tests such as `llvm/test/CodeGen/NVPTX/cmpxchg-sm90.ll` seem to be getting unreasonably large. Can we instead extend this python script to cover those cases?
https://github.com/llvm/llvm-project/pull/140812
More information about the llvm-commits
mailing list