brintos

brintos / llvm-project-archived public Read only

0
0
Text · 246 B · e775658 Raw
7 lines · plain
1// RUN: cir-opt %s -verify-diagnostics -split-input-file2 3// expected-error@+1 {{failed to verify 'underlying': expects !cir.double, !cir.fp80 or !cir.fp128}}4cir.func @bad_long_double(%arg0 : !cir.long_double<!cir.float>) -> () {5  cir.return6}7