[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / X86 / AMX / amx-bf16-intrinsics.ll
bloba59b05669e61695263358be9bdaf364964e01652
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:    tilerelease
9 ; CHECK-NEXT:    retq
10   call void @llvm.x86.tdpbf16ps(i8 3, i8 4, i8 7)
11   ret void
14 declare void @llvm.x86.tdpbf16ps(i8 %tile0, i8 %tile1, i8 %tile2)