File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
llvm/test/CodeGen/X86/GlobalISel Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 33; RUN: llc < %s -mtriple=x86_64-unknown-unknown -global-isel -mattr=+avx | FileCheck %s --check-prefixes=CHECK,AVX
44; RUN: llc < %s -mtriple=x86_64-unknown-unknown -global-isel -mattr=+avx512f | FileCheck %s --check-prefixes=CHECK,AVX512
55
6- define dso_local noundef half @bar (i16 %0 ) {
7- ; SSE2-LABEL: bar :
6+ define dso_local noundef half @test_i16_to_half (i16 %0 ) {
7+ ; SSE2-LABEL: test_i16_to_half :
88; SSE2: # %bb.0: # %entry
99; SSE2-NEXT: pinsrw $0, %di, %xmm0
1010; SSE2-NEXT: retq
1111;
12- ; AVX-LABEL: bar :
12+ ; AVX-LABEL: test_i16_to_half :
1313; AVX: # %bb.0: # %entry
1414; AVX-NEXT: vpinsrw $0, %di, %xmm0, %xmm0
1515; AVX-NEXT: retq
1616;
17- ; AVX512-LABEL: bar :
17+ ; AVX512-LABEL: test_i16_to_half :
1818; AVX512: # %bb.0: # %entry
1919; AVX512-NEXT: vpinsrw $0, %di, %xmm0, %xmm0
2020; AVX512-NEXT: retq
You can’t perform that action at this time.
0 commit comments