Sign in
llvm
/
llvm-project
/
refs/heads/main
/
.
/
clang
/
test
/
CIR
/
IR
/
invalid-long-double.cir
blob: e775658553b1f0593bde25c46696e83042c81315 [
file
] [
log
] [
blame
]
// RUN: cir-opt %s -verify-diagnostics -split-input-file
// expected-error@+1 {{failed to verify 'underlying': expects !cir.double, !cir.fp80 or !cir.fp128}}
cir
.
func
@bad_long_double
(%
arg0
:
!
cir
.
long_double
<!
cir
.
float
>)
->
()
{
cir
.
return
}