[llvm] [AMDGPU] Bugfix for scaled MFMA parsing FP literals (PR #142493)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 07:51:40 PDT 2025


================
@@ -2024,6 +2024,205 @@ define amdgpu_kernel void @test_mfma_scale_f32_16x16x128_f8f6f4__vgprcd___scaleA
   ret void
 }
 
+define amdgpu_kernel void @test_mfma_scale_f32_16x16x128_f8f6f4__vgprcd___scaleA_kimm__scaleB__FP_literal(<8 x i32> %arg0, <8 x i32> %arg1, <4 x float> %arg2, ptr addrspace(1) %ptr) #0 {
----------------
shiltian wrote:

This is a bug fix for asm parser but why do you add IR tests?

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


More information about the llvm-commits mailing list