[llvm] [AMDGPU] Skip non-first termintors when forcing emit zero flag (PR #112116)
    Matt Arsenault via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Oct 13 22:08:11 PDT 2024
    
    
  
================
@@ -0,0 +1,21 @@
+# RUN: llc -mtriple=amdgcn-amd-amdhsa -run-pass si-insert-waitcnts -amdgpu-waitcnt-forcezero=1 %s -o - | FileCheck %s
----------------
arsenm wrote:
Just use update_mir_test_checks? The test doesn't show me where the waitcnt is 
https://github.com/llvm/llvm-project/pull/112116
    
    
More information about the llvm-commits
mailing list