brintos

brintos / llvm-project-archived public Read only

0
0
Text · 408 B · fd98b9d Raw
11 lines · plain
1// RUN: mlir-opt %s --test-bytecode-roundtrip="test-dialect-version=1.2 test-kind=6" -verify-diagnostics | FileCheck %s2 3module {4  "test.versionedA"() <{dims = 123 : i64, modifier = false}> : () -> ()5}6 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...11