Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / X86 / AMX / amx-bf16-intrinsics.ll
bloba415d9c152422fc60ea5cdfdbfa4884fdfc2b4a4
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=+amx-tile -mattr=+amx-bf16 -verify-machineinstrs | FileCheck %s
4 define void @test_amx() {
5 ; CHECK-LABEL: test_amx:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    tdpbf16ps %tmm7, %tmm4, %tmm3
8 ; CHECK-NEXT:    retq
9   call void @llvm.x86.tdpbf16ps(i8 3, i8 4, i8 7)
10   ret void
13 declare void @llvm.x86.tdpbf16ps(i8 %tile0, i8 %tile1, i8 %tile2)