This is an archive of the discontinued LLVM Phabricator instance.

[mlir][docs] Fix pass manager document
ClosedPublic

Authored by vmrajas on Jul 19 2022, 12:23 PM.

Details

Summary

The code example for pass manager incorrectly uses nestedFunctionPM
instead of nestedAnyPm for adding CSE and Canonicalize Passes. This diff fixes
it by changing it to nestedAnyPm.

Diff Detail

Event Timeline

vmrajas created this revision.Jul 19 2022, 12:23 PM
vmrajas requested review of this revision.Jul 19 2022, 12:23 PM
rriddle accepted this revision.Jul 19 2022, 12:24 PM

Nice, thanks!

This revision is now accepted and ready to land.Jul 19 2022, 12:24 PM
vmrajas edited the summary of this revision. (Show Details)Jul 19 2022, 12:24 PM
This revision was landed with ongoing or failed builds.Jul 19 2022, 12:53 PM
This revision was automatically updated to reflect the committed changes.