[rtsan] Remove mkfifoat interceptor (#116997)
[llvm-project.git] / mlir / test / Bytecode / bytecode_callback_with_custom_attribute.mlir
blob30f25d9865792a885fa0e613d0ac2f3c47928c80
1 // RUN: mlir-opt %s -split-input-file --test-bytecode-roundtrip="test-kind=3" | FileCheck %s --check-prefix=TEST_3
2 // RUN: mlir-opt %s -split-input-file --test-bytecode-roundtrip="test-kind=4" | FileCheck %s --check-prefix=TEST_4
4 "test.versionedC"() <{attribute = #test.attr_params<42, 24>}> : () -> ()
6 // TEST_3: Overriding TestAttrParamsAttr encoding...
7 // TEST_3: "test.versionedC"() <{attribute = dense<[42, 24]> : tensor<2xi32>}> : () -> ()
9 // -----
11 "test.versionedC"() <{attribute = dense<[42, 24]> : tensor<2xi32>}> : () -> ()
13 // TEST_4: Overriding parsing of TestAttrParamsAttr encoding...
14 // TEST_4: "test.versionedC"() <{attribute = #test.attr_params<42, 24>}> : () -> ()