brintos

brintos / llvm-project-archived public Read only

0
0
Text · 277 B · ae403b0 Raw
8 lines · plain
1// RUN: mlir-translate --export-smtlib %s --split-input-file --verify-diagnostics2 3smt.solver () : () -> () {4  %0 = smt.bv.constant #smt.bv<5> : !smt.bv<16>5  // expected-error @below {{operation not supported for SMTLIB emission}}6  %1 = smt.bv2int %0 signed : !smt.bv<16>7}8