Sign in
llvm
/
llvm-project
/
a58dcc5e08665f2d58a28c9d4510cf94de6ed3bf
/
.
/
mlir
/
test
/
IR
/
properties-bytecode-roundtrip.mlir
blob: b4c364305542546768898cfc2092b77265d8f28f [
file
]
// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
// CHECK-LABEL: "test.using_int_property_with_worse_bytecode"
// CHECK-SAME: value = 3
"test.using_int_property_with_worse_bytecode"
()
<{
value
=
3
}>
:
()
->
()