Revert "[llvm-exegesis] Fix preservation of RDI in subprocess mode (#72458)"
[llvm-project.git] / mlir / test / IR / dense-resource-elements-attr.mlir
blobadba97994ff60fedf6829ab5e71c998d02ff9f54
1 // RUN: mlir-opt -allow-unregistered-dialect %s -verify-diagnostics -split-input-file | FileCheck %s
3 // CHECK: attr = dense_resource<blob1> : tensor<3xi64>
4 "test.user_op"() {attr = dense_resource<blob1> : tensor<3xi64> } : () -> ()
6 {-#
7   dialect_resources: {
8     builtin: {
9       // CHECK: blob1: "0x08000000010000000000000002000000000000000300000000000000"
10       blob1: "0x08000000010000000000000002000000000000000300000000000000"
11     }
12   }
13 #-}