[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git] / mlir / test / Bytecode / unregistered_dialect.mlir
blobd645beb83776cabc4a04dfee10a66d9c79a53b74
1 // RUN: mlir-opt -emit-bytecode -allow-unregistered-dialect %s | mlir-opt -allow-unregistered-dialect | FileCheck %s
3 // verify that we round-trip an op without a dialect name (as long as we support this)
4 func.func @map1d(%lb: index, %ub: index, %step: index) {
5 // CHECK: "new_processor_id_and_range"
6   %0:2 = "new_processor_id_and_range"() : () -> (index, index)
7   return