[llvm] [NVPTX] Support for fence.acquire and fence.release (PR #124865)

Justin Fargnoli via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 13:46:09 PDT 2025


================
@@ -0,0 +1,355 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -march=nvptx64 -mcpu=sm_30 -mattr=+ptx50 | FileCheck %s --check-prefix=SM30
+; RUN: %if ptxas %{ llc < %s -march=nvptx -mcpu=sm_30 -mattr=+ptx50 | %ptxas-verify %}
----------------
justinfargnoli wrote:

```suggestion
; RUN: %if ptxas %{ llc < %s -march=nvptx64 -mcpu=sm_30 -mattr=+ptx50 | %ptxas-verify %}
```

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


More information about the llvm-commits mailing list