[llvm] AMDGPU: Treat SWMMAC the same as MFMA and other WMMA for sched_barrier (PR #85721)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 01:24:35 PDT 2024


================
@@ -0,0 +1,333 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=amdgcn -mcpu=gfx1200 -verify-machineinstrs -misched-cluster=0 < %s | FileCheck -check-prefix=GCN %s
----------------
arsenm wrote:

The AMDGPU tests in debug are much slower, largely because of excessive use of -verify-machineinstrs. We should be more selective. We never really had a guideline written down, but I think the useful cases are where the patch is fixing a verifier error. All of the intrinsic support cases are not that useful to verify for example 

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


More information about the llvm-commits mailing list