aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/UpdateTestChecks/common.py
diff options
context:
space:
mode:
authorDenis.G <34353767+DenisGZM@users.noreply.github.com>2024-08-28 22:01:35 +0300
committerGitHub <noreply@github.com>2024-08-28 12:01:35 -0700
commit2d1fba67c54b7c6b7f57635f863d4e1cd5fcc048 (patch)
tree01a3b83fd262495985d3032859046e770313c313 /llvm/utils/UpdateTestChecks/common.py
parentc43190f99445b1b76d06b650247d72fc109b5d4b (diff)
downloadllvm-2d1fba67c54b7c6b7f57635f863d4e1cd5fcc048.zip
llvm-2d1fba67c54b7c6b7f57635f863d4e1cd5fcc048.tar.gz
llvm-2d1fba67c54b7c6b7f57635f863d4e1cd5fcc048.tar.bz2
[NVPTX] Support __usAtomicCAS builtin (#99646)
Supported `__usAtomicCAS` builtin originally defined in `/usr/local/cuda/inlcude/crt/sm_70_rt.hpp` --------- Co-authored-by: Denis Gerasimov <Denis.Gerasimov@baikalelectronics.ru> Co-authored-by: Gonzalo Brito Gadeschi <gonzalob@nvidia.com> Co-authored-by: Denis.Gerasimov <dengzmm@gmail.com>
Diffstat (limited to 'llvm/utils/UpdateTestChecks/common.py')
-rw-r--r--llvm/utils/UpdateTestChecks/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/UpdateTestChecks/common.py b/llvm/utils/UpdateTestChecks/common.py
index eb212ed..c5e4ad4 100644
--- a/llvm/utils/UpdateTestChecks/common.py
+++ b/llvm/utils/UpdateTestChecks/common.py
@@ -636,6 +636,7 @@ def get_triple_from_march(march):
"amdgcn": "amdgcn",
"r600": "r600",
"mips": "mips",
+ "nvptx64": "nvptx64",
"sparc": "sparc",
"hexagon": "hexagon",
"ve": "ve",