We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f939f commit 42cd58cCopy full SHA for 42cd58c
llvm/test/CodeGen/X86/bfloat-calling-conv.ll
@@ -6,7 +6,7 @@
6
; RUN: llc -fast-isel=false -mtriple=x86_64-linux-unknown -mattr=+avxneconvert < %s | FileCheck -check-prefixes=AVXNECONVERT %s
7
; RUN: llc -fast-isel -mtriple=x86_64-linux-unknown -mattr=+avxneconvert < %s | FileCheck -check-prefixes=FAST_ISEL_AVXNECONVERT %s
8
9
-define bfloat @return_arg_bf16(bfloat %x, bfloat %y) #0 {
+define bfloat @return_arg_bf16(bfloat %x) #0 {
10
; SSE2-LABEL: return_arg_bf16:
11
; SSE2: # %bb.0:
12
; SSE2-NEXT: retq
0 commit comments