llvm-project/mlir/bindings/python
River Riddle 2b61b7979e Convert the Canonicalize and CSE passes to generic Operation Passes.
This allows for them to be used on other non-function, or even other function-like, operations. The algorithms are already generic, so this is simply changing the derived pass type. The majority of this change is just ensuring that the nesting of these passes remains the same, as the pass manager won't auto-nest them anymore.

PiperOrigin-RevId: 276573038
2019-10-24 15:01:09 -07:00
..
test Expose mlir::parseType to bindings 2019-10-15 06:52:04 -07:00
pybind.cpp Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00