[all-commits] [llvm/llvm-project] faeb7e: [mlir] Fix broken build in pass_manager.py
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Aug 3 21:31:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: faeb7ec68bc18215667dc6fe31531b703670158d
https://github.com/llvm/llvm-project/commit/faeb7ec68bc18215667dc6fe31531b703670158d
Author: Matthias Springer <springerm at google.com>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M mlir/test/python/pass_manager.py
Log Message:
-----------
[mlir] Fix broken build in pass_manager.py
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.
Differential Revision: https://reviews.llvm.org/D107424
More information about the All-commits
mailing list