[TySan] Don't report globals with incomplete types. (#121922)
[llvm-project.git] / llvm / test / CodeGen / DirectX / length_invalid_intrinsic_error.ll
blobf722de2f9029e779e7d43687184a81dce923e537
1 ; RUN: not opt -S -dxil-intrinsic-expansion -dxil-op-lower -mtriple=dxil-pc-shadermodel6.3-library %s 2>&1 | FileCheck %s
3 ; DXIL operation length does not support 1-element vector types.
4 ; CHECK: LLVM ERROR: Invalid input type for length intrinsic
6 define noundef float @test_length_float(<1 x float> noundef %p0) {
7 entry:
8   %hlsl.length = call float @llvm.dx.length.v1f32(<1 x float> %p0)
9   ret float %hlsl.length