llvm-project/mlir/test/python
River Riddle a8308020ac [mlir] Remove special case parsing/printing of `func` operations
This was leftover from when the standard dialect was destroyed, and
when FuncOp moved to the func dialect. Now that these transitions
have settled a bit we can drop these.

Most updates were handled using a simple regex: replace `^( *)func` with `$1func.func`

Differential Revision: https://reviews.llvm.org/D124146
2022-05-06 13:36:15 -07:00
..
dialects [mlir:PDL] Fix a syntax ambiguity in pdl.attribute 2022-04-28 12:57:59 -07:00
integration [mlir][NFC] Update textual references of `func` to `func.func` in examples+python scripts 2022-04-20 22:17:26 -07:00
ir [mlir] Remove special case parsing/printing of `func` operations 2022-05-06 13:36:15 -07: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] Fix the names of exported functions 2022-05-05 13:46:15 -07:00
lit.local.cfg Fix ASAN execution for the MLIR Python tests 2021-10-03 05:07:32 +00:00
pass_manager.py [mlir][NFC] Update remaining textual references of un-namespaced `func` operations 2022-04-20 22:17:31 -07:00
python_test_ops.td [mlir] Split out AttrDef/TypeDef and pattern constructs from OpBase.td 2022-03-15 00:18:03 -07:00