[MLIR][TOSA] Update CustomOp input and output names (#118408)
[llvm-project.git] / clang / test / CodeGen / X86 / amx_fp8_errors.c
blob77cbd34905b8ba9f307a33d65af3d6a5b1caf11d
1 // RUN: %clang_cc1 %s -ffreestanding -triple=x86_64-unknown-unknown -target-feature +amx-tile -target-feature +amx-fp8 -verify
3 #include <immintrin.h>
5 void test_amx(void *data) {
6 _tile_dpbf8ps(4, 3, 3); // expected-error {{tile arguments must refer to different tiles}}
7 _tile_dpbhf8ps(4, 3, 3); // expected-error {{tile arguments must refer to different tiles}}
8 _tile_dphbf8ps(4, 3, 3); // expected-error {{tile arguments must refer to different tiles}}
9 _tile_dphf8ps(4, 3, 3); // expected-error {{tile arguments must refer to different tiles}}