[llvm-branch-commits] [llvm] [AMDGPU] Intrinsic for launching whole wave functions (PR #145859)
Matt Arsenault via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jul 18 04:26:40 PDT 2025
================
@@ -0,0 +1,46 @@
+; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
----------------
arsenm wrote:
```suggestion
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
```
https://github.com/llvm/llvm-project/pull/145859
More information about the llvm-branch-commits
mailing list