llvm/mlir/python
gysit e9085d0d25 [mlir][OpDSL] Rename function to make signedness explicit (NFC).
The revision renames the following OpDSL functions:
```
TypeFn.cast -> TypeFn.cast_signed
BinaryFn.min -> BinaryFn.min_signed
BinaryFn.max -> BinaryFn.max_signed
```
The corresponding enum values on the C++ side are renamed accordingly:
```
#linalg.type_fn<cast> -> #linalg.type_fn<cast_signed>
#linalg.binary_fn<min> -> #linalg.binary_fn<min_signed>
#linalg.binary_fn<max> -> #linalg.binary_fn<max_signed>
```

Depends On D120110

Reviewed By: aartbik

Differential Revision: https://reviews.llvm.org/D120562
2022-03-01 08:15:53 +00:00
..
mlir [mlir][OpDSL] Rename function to make signedness explicit (NFC). 2022-03-01 08:15:53 +00:00
.style.yapf
CMakeLists.txt [mlir] Fixup python bindings after splitting cf ops from std. 2022-02-06 14:51:17 -08:00
requirements.txt Upstream MLIR PyTACO implementation. 2022-01-21 08:38:36 -08:00