[clang] [llvm] [AMDGPU] Introduce asyncmark/wait intrinsics (PR #173259)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 22 07:12:29 PST 2025
================
@@ -0,0 +1,898 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -march=amdgcn -mcpu=gfx900 < %s | FileCheck %s -check-prefixes=GFX900
+; RUN: llc -march=amdgcn -mcpu=gfx942 < %s | FileCheck %s -check-prefixes=GFX942
----------------
arsenm wrote:
```suggestion
; RUN: llc -march=amdgcn -mcpu=gfx900 < %s | FileCheck %s -check-prefixes=GFX900
; RUN: llc -march=amdgcn -mcpu=gfx942 < %s | FileCheck %s -check-prefixes=GFX942
```
https://github.com/llvm/llvm-project/pull/173259
More information about the cfe-commits
mailing list