Skip to content

Commit 84f4536

Browse files
committed
[X86][GISel] Updated fp-bitcast test name
1 parent d750cc2 commit 84f4536

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/X86/GlobalISel/fp-bitcast.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
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

0 commit comments

Comments
 (0)