repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git]
/
mlir
/
test
/
Bytecode
/
empty_attr.mlir
blob
1a33cbd374066942fb79e41802832f99cc9d1691
1
// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
2
3
// CHECK: module
4
// CHECK: foo.asdf = 0 : i0
5
module attributes { foo.asdf = 0 : i0 } { }