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

Vigneshwar Jayakumar via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 07:55:35 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 {
----------------
VigneshwarJ wrote:

Yeah, its not directly related, but there were no tests for FP literals in IR tests. I thought I would add it too.

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


More information about the llvm-commits mailing list