Files
llvm-project/mlir/test/Bytecode/bytecode_producer.mlir

6 lines
147 B
MLIR

// RUN: mlir-opt %s -emit-bytecode -emit-bytecode-producer="MyCustomProducer" | llvm-strings | FileCheck %s
// CHECK: MyCustomProducer
module {}