diff options
author | rkayaith <rkayaith@gmail.com> | 2022-11-08 22:48:26 -0500 |
---|---|---|
committer | Rahul Kayaith <rkayaith@gmail.com> | 2023-03-01 18:17:14 -0500 |
commit | c00f81cc46bd88b001110e9c6564c4848f82900c (patch) | |
tree | df7a887c7c878dfe227fb4db7fb7585f372c4da6 /llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp | |
parent | 6f5590ca347a5a2467b8aaea4b24bc9b70ef138f (diff) | |
download | llvm-c00f81cc46bd88b001110e9c6564c4848f82900c.zip llvm-c00f81cc46bd88b001110e9c6564c4848f82900c.tar.gz llvm-c00f81cc46bd88b001110e9c6564c4848f82900c.tar.bz2 |
[mlir][python] Allow running pass manager on any operation
`PassManager.run` is currently restricted to running on `builtin.module`
ops, but this restriction doesn't exist on the C++ side. This updates it
to take `ir.Operation/OpView` instead of `ir.Module`.
Depends on D143354
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D143356
Diffstat (limited to 'llvm/lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp')
0 files changed, 0 insertions, 0 deletions