bolt/deps/llvm-18.1.8/mlir/test/Bytecode/empty_attr.mlir
2025-02-14 19:21:04 +01:00

5 lines
151 B
MLIR

// RUN: mlir-opt -emit-bytecode %s | mlir-opt | FileCheck %s
// CHECK: module
// CHECK: foo.asdf = 0 : i0
module attributes { foo.asdf = 0 : i0 } { }