Sign in
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
mlir
/
test
/
Bytecode
/
bytecode_producer.mlir
blob: ba13dd3de9dd95ecaca21e30a7e948c9276d52dd [
file
] [
log
] [
blame
] [
edit
]
// RUN: mlir-opt %s -emit-bytecode -emit-bytecode-producer="MyCustomProducer" | llvm-strings | FileCheck %s
// CHECK: MyCustomProducer
module
{}