[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / mlir / test / Bytecode / bytecode_downgrade.mlir
blobfd98b9d7ee6a58c235abd20a799c0c885bc3fe2e
1 // RUN: mlir-opt %s --test-bytecode-roundtrip="test-dialect-version=1.2 test-kind=6" -verify-diagnostics | FileCheck %s
3 module {
4   "test.versionedA"() <{dims = 123 : i64, modifier = false}> : () -> ()
7 // COM: the property downgrader is executed twice: first for IR numbering and then for emission.
8 // CHECK: downgrading op...
9 // CHECK: downgrading op properties...
10 // CHECK: downgrading op properties...