Extra cost is in serialization layer localized while resulting in smaller bytecode files, this also keeps the format compatible with what was previously.
10 lines
285 B
MLIR
10 lines
285 B
MLIR
// RUN: mlir-opt %s -split-input-file --test-bytecode-roundtrip="test-kind=7" | FileCheck %s
|
|
|
|
func.func @base_test(%arg0: !test.i32) {
|
|
return
|
|
}
|
|
|
|
// CHECK: Writing unowned blob...
|
|
// CHECK: Successfully read the unowned blob.
|
|
// CHECK: func.func @base_test([[ARG0:%.+]]: !test.i32) {
|