Skip to content

Commit 42cd58c

Browse files
committed
Refine tests
1 parent 78f939f commit 42cd58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/X86/bfloat-calling-conv.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
; RUN: llc -fast-isel=false -mtriple=x86_64-linux-unknown -mattr=+avxneconvert < %s | FileCheck -check-prefixes=AVXNECONVERT %s
77
; RUN: llc -fast-isel -mtriple=x86_64-linux-unknown -mattr=+avxneconvert < %s | FileCheck -check-prefixes=FAST_ISEL_AVXNECONVERT %s
88

9-
define bfloat @return_arg_bf16(bfloat %x, bfloat %y) #0 {
9+
define bfloat @return_arg_bf16(bfloat %x) #0 {
1010
; SSE2-LABEL: return_arg_bf16:
1111
; SSE2: # %bb.0:
1212
; SSE2-NEXT: retq

0 commit comments

Comments
 (0)