[llvm] [AMDGPU] Remove scope check in SIInsertWaitcnts::generateWaitcntInstBefore (PR #157821)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 02:57:59 PDT 2025
================
@@ -0,0 +1,65 @@
+; RUN: llc -mtriple=amdgcn--amdhsa -mcpu=gfx950 < %s | FileCheck -check-prefix=CHECK %s
----------------
arsenm wrote:
CHECK is the default, don't explicitly use -check-prefix. Also better to use update_llc_test_checks
https://github.com/llvm/llvm-project/pull/157821
More information about the llvm-commits
mailing list