llvm-project/mlir/test/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
..
dialects [mlir][OpDSL] Rename function to make signedness explicit (NFC). 2022-03-01 08:15:53 +00:00
integration [mlir][OpDSL] Add arithmetic function attributes. 2022-03-01 07:45:47 +00:00
ir [mlir][python] Support more types in IntegerAttr.value 2022-02-24 10:26:31 +01:00
lib [mlir] Rework subclass construction in PybindAdaptors.h 2022-01-19 18:09:05 +01:00
CMakeLists.txt [mlir] Rework subclass construction in PybindAdaptors.h 2022-01-19 18:09:05 +01:00
develoment_files.py [MLIR][python] Export CAPI headers. 2021-07-29 19:06:32 +00:00
execution_engine.py [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
lit.local.cfg Fix ASAN execution for the MLIR Python tests 2021-10-03 05:07:32 +00:00
pass_manager.py Fix python test to register all passes before using "normalize-memrefs" 2022-01-25 05:15:42 +00:00
python_test_ops.td Remove OpTrait, AttrTrait and TypeTrait 2022-01-31 11:04:00 -08:00