Skip to content

Commit 818c57e

Browse files
andrey-golubevermilindwalekar
authored andcommitted
[mlir] Allow accessing DialectResourceBlobManager::blobMap (cherry-pick) (llvm#142)
Add a new API to access all blobs that are stored in the blob manager. The main purpose (as of now) is to allow users of dialect resources to iterate over all blobs, especially when the blobs are no longer used in IR (e.g. the operation that uses the blob is deleted) and thus cannot be easily accessed without manual tracking of keys.
1 parent 525df5d commit 818c57e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mlir/unittests/IR/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ add_mlir_unittest(MLIRIRTests
1919
TypeTest.cpp
2020
TypeAttrNamesTest.cpp
2121
OpPropertiesTest.cpp
22-
ValueTest.cpp
2322
BlobManagerTest.cpp
2423

2524
DEPENDS

0 commit comments

Comments
 (0)