| Issue |
166765
|
| Summary |
[MLIR][Python][Transform] List of ops whose `snake_case` python wrapper is out of sync with the derived `CamelCaseOp` class
|
| Labels |
mlir
|
| Assignees |
|
| Reporter |
rolfmorel
|
A number of transform ops have a derived class that improves the interface and initialization of the ops. For a number of them, the corresponding `snake_case` wrapper still only wraps the original tablegen-derived base class. We should make sure that these base class wrappers are being shadowed in case the base class `CamelCaseOp` definition is being shadowed.
The list:
- [ ] All ops who are given a derived class in [`mlir/python/mlir/dialects/transform/__init__.py`](https://github.com/llvm/llvm-project/blob/main/mlir/python/mlir/dialects/transform/__init__.py)
- [ ] ...
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs