bolt/deps/llvm-18.1.8/mlir/test/IR/properties-bytecode-roundtrip.mlir
2025-02-14 19:21:04 +01:00

5 lines
222 B
MLIR

// 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}> : () -> ()