[llvm] [AMDGPU] Fix GFX11 WMMA intrinsic lowering regression for compute kernels (PR #164036)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 20 00:54:55 PDT 2025


================
@@ -0,0 +1,172 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx1100 -mattr=+wavefrontsize32 -verify-machineinstrs < %s | FileCheck %s --check-prefix=GFX11-W32
+
+; Test GFX11 WMMA with amdgpu_kernel (compute) calling convention
+; This test is critical to prevent regression of compute kernel WMMA support
----------------
jayfoad wrote:

Don't need this line. Most tests are critical to prevent regression of whatever they're testing.

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


More information about the llvm-commits mailing list