summaryrefslogtreecommitdiff
path: root/mlir/test/lib/IR/TestLazyLoading.cpp
AgeCommit message (Collapse)Author
2023-05-20Add support for Lazyloading to the MLIR bytecodeMehdi Amini
IsolatedRegions are emitted in sections in order for the reader to be able to skip over them. A new class is exposed to manage the state and allow the readers to load these IsolatedRegions on-demand. Differential Revision: https://reviews.llvm.org/D149515