This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Fix broken build in pass_manager.py
ClosedPublic

Authored by springerm on Aug 3 2021, 9:11 PM.

Details

Summary

This test ensures that an error is generated from the Python side when running a module pass on a function. The test used to instantiate ViewOpGraph, however, this pass was changed into a general "any op" pass in D106253. Therefore, a different pass must be used in this test.

Diff Detail

Event Timeline

springerm created this revision.Aug 3 2021, 9:11 PM
springerm requested review of this revision.Aug 3 2021, 9:11 PM
This revision was not accepted when it landed; it landed in state Needs Review.Aug 3 2021, 9:31 PM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.