[llvm] AMDGPU: Fix s_barrier_leave to write to scc (PR #161221)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 29 09:23:58 PDT 2025


================
@@ -0,0 +1,24 @@
+; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -stop-after=si-insert-waitcnts < %s | FileCheck -check-prefix=GFX12 %s
----------------
jayfoad wrote:

Does this really need -stop-after? Or could you make it a regular codegen test and put it in s-barrier.ll with the other barrier tests?

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


More information about the llvm-commits mailing list