[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 00:34:38 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:

It's brutally expensive. Unless you are adding a test for a case that hits a verifier error, it's probably not worth it. We've traditionally blindly added it to every test. The expensive checks bits will get it eventually if it does fail the verifier 

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


More information about the llvm-commits mailing list