llvm-project/mlir/test
River Riddle 948be58258 [mlir][TypeDefGen] Add support for adding builders when generating a TypeDef
This allows for specifying additional get/getChecked methods that should be generated on the type, and acts similarly to how OpBuilders work. TypeBuilders have two additional components though:
* InferredContextParam
  - Bit indicating that the context parameter of a get method is inferred from one of the builder parameters
* checkedBody
  - A code block representing the body of the equivalent getChecked method.

Differential Revision: https://reviews.llvm.org/D94274
2021-01-11 12:06:22 -08:00
..
Analysis [mlir][shape] Add shape.lib attribute 2020-12-31 14:46:08 -08:00
Bindings [mlir] Expose MemRef layout in Python bindings 2021-01-11 19:57:16 +01:00
CAPI [mlir] More Python bindings for AffineMap 2021-01-11 19:57:15 +01:00
Conversion [mlir][vector] Add memory effects to transfer_read transfer_write ops 2021-01-11 09:25:37 -08:00
Dialect [mlir][Linalg] Fix reshape fusion to reshape the outs instead of creating new tensors. 2021-01-11 09:26:22 -08:00
EDSC [mlir][Linalg] Revisit the Linalg on tensors abstraction 2020-12-21 12:29:10 -08:00
Examples [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08:00
IR [IR Parser] Fix a crash handling zero width integer attributes. 2021-01-10 21:18:01 -08:00
Pass Avoid using /dev/null in test 2020-12-30 14:16:13 -08:00
Rewrite [mlir][PDL] Add support for PDL bytecode and expose PDL support to OwningRewritePatternList 2020-12-01 15:05:50 -08:00
SDBM Remove global dialect registration 2020-10-24 00:35:55 +00:00
Target [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation. 2021-01-11 07:37:50 +01:00
Transforms [mlir] replace LLVMIntegerType with built-in integer type 2021-01-07 19:48:31 +01:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir][TypeDefGen] Add support for adding builders when generating a TypeDef 2021-01-11 12:06:22 -08:00
mlir-cpu-runner [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01:00
mlir-cuda-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
mlir-linalg-ods-gen [mlir][linalg] Support parsing attributes in named op spec 2021-01-11 09:05:20 -05:00
mlir-opt [mlir] Enhance mlir-opt show-dialects test case 2021-01-09 20:43:51 +00:00
mlir-reduce [MLIR] Change FuncOp assembly syntax to print visibility inline instead of in attrib dict. 2020-11-09 11:08:08 -08:00
mlir-rocm-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
mlir-spirv-cpu-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
mlir-tblgen [mlir][TypeDefGen] Add support for adding builders when generating a TypeDef 2021-01-11 12:06:22 -08:00
mlir-translate [mlir] Print the correct tool name in mlirTranslateMain 2021-01-05 19:17:01 -08:00
mlir-vulkan-runner [MLIR] Extend Symbol verification to reject public symbol declarations. 2020-11-16 16:05:32 -08:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [mlir] Make attributes mutable in Python bindings 2020-11-24 09:16:25 +01:00
lit.cfg.py Add a basic C API for the MLIR PassManager as well as a basic TableGen backend for creating passes 2020-11-04 06:36:31 +00:00
lit.site.cfg.py.in Fix MLIR lit test configuration after cmake Python detection change 2020-11-13 04:44:45 +00:00