[llvm] [AMDGPU] Remove scope check in SIInsertWaitcnts::generateWaitcntInstBefore (PR #157821)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 03:25:43 PDT 2025


================
@@ -0,0 +1,65 @@
+; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=gfx950 < %s | FileCheck -check-prefix=CHECK %s
----------------
choikwa wrote:

The testcase was somewhat involved to recreate the conditions found in CK, but the important part I wanted to check was whether VMCNT(0) was generated or not.

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


More information about the llvm-commits mailing list