[llvm] [X86][AMX] Fix handling of AMX-FP8 internal intrinsics (PR #123540)

Feng Zou via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 19 19:31:51 PST 2025


================
@@ -59,6 +59,101 @@ define void @test_amx(i8* %pointer, i8* %base, i64 %stride) {
   ret void
 }
 
+%struct.__tile1024i_str = type <{ i16, i16, [60 x i8], <256 x i32> }>
+
+define dso_local void @__tile_dpbf8ps(ptr nocapture noundef %dst, ptr nocapture noundef readonly byval(%struct.__tile1024i_str) align 64 %src1, ptr nocapture noundef readonly byval(%struct.__tile1024i_str) align 64 %src2) {
----------------
fzou1 wrote:

Done.

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


More information about the llvm-commits mailing list