[llvm] AMDGPU: Treat SWMMAC the same as MFMA and other WMMA for sched_barrier (PR #85721)
Stanislav Mekhanoshin via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 19 00:46:42 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
----------------
rampitec wrote:
As a side note, I really don't like that out target takes so much time to test with debug build comparing to others.
https://github.com/llvm/llvm-project/pull/85721
More information about the llvm-commits
mailing list