summaryrefslogtreecommitdiff
path: root/mlir/test/Bytecode/bytecode_downgrade.mlir
blob: fd98b9d7ee6a58c235abd20a799c0c885bc3fe2e (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: mlir-opt %s --test-bytecode-roundtrip="test-dialect-version=1.2 test-kind=6" -verify-diagnostics | FileCheck %s

module {
  "test.versionedA"() <{dims = 123 : i64, modifier = false}> : () -> ()
}

// COM: the property downgrader is executed twice: first for IR numbering and then for emission.
// CHECK: downgrading op...
// CHECK: downgrading op properties...
// CHECK: downgrading op properties...