[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git] / mlir / test / Bytecode / empty_attr.mlir
blob1a33cbd374066942fb79e41802832f99cc9d1691
1 // RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
3 // CHECK: module
4 // CHECK: foo.asdf = 0 : i0
5 module attributes { foo.asdf = 0 : i0 } { }