This is allowing to build an OpPassManager from a StringRef instead of an
Identifier, which enables building pipelines without an MLIRContext.
An identifier is still cached on-demand on the OpPassManager for efficiency
during the IR traversal.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Landed in c0b6bc070e78cbd20bc4351704f52d85192e8804
mlir/lib/Pass/Pass.cpp | ||
---|---|---|
405 | It is used when building the pipeline: merging and nesting new OpPassManager. |
nit: Add a comment.