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
Fix GCC build problem with 288f05f related to SmallVector. (#116958)
[llvm-project.git]
/
mlir
/
test
/
IR
/
properties-bytecode-roundtrip.mlir
blob
b4c364305542546768898cfc2092b77265d8f28f
1
// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
2
3
// CHECK-LABEL: "test.using_int_property_with_worse_bytecode"
4
// CHECK-SAME: value = 3
5
"test.using_int_property_with_worse_bytecode"() <{value = 3}> : () -> ()