llvm-project/mlir/test
River Riddle 6b6c96695c [mlir][ODS] Add a new trait `TypesMatchWith`
Summary:
This trait takes three arguments: lhs, rhs, transformer. It verifies that the type of 'rhs' matches the type of 'lhs' when the given 'transformer' is applied to 'lhs'. This allows for adding constraints like: "the type of 'a' must match the element type of 'b'". A followup revision will add support in the declarative parser for using these equality constraints to port more c++ parsers to the declarative form.

Differential Revision: https://reviews.llvm.org/D74647
2020-02-19 10:18:58 -08:00
..
AffineOps [MLIR][Affine] Add affine.parallel op 2020-02-12 18:00:24 -08:00
Analysis [mlir] Update the CallGraph for nested symbol references, and simplify CallableOpInterface 2020-01-13 15:51:28 -08:00
Conversion [MLIR] Add std.assume_alignment op. 2020-02-18 17:55:07 -08:00
Dialect [mlir][ODS] Add a new trait `TypesMatchWith` 2020-02-19 10:18:58 -08:00
EDSC [NFC][mlir] Adding some helpful EDSC intrinsics 2020-02-13 09:21:17 +01:00
Examples [mlir] Replace toy::DeadFunctionEliminationPass with symbolDCEPass. 2020-01-27 23:48:06 -08:00
IR [mlir][ODS] Add a new trait `TypesMatchWith` 2020-02-19 10:18:58 -08:00
Pass Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
Quantizer Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00
SDBM Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00
Target [MLIR] change NVVM.mma.sync to the most useful variant. 2020-02-18 17:57:04 -08:00
Transforms [mlir] Add MemRef filter to affine data copy optimization 2020-02-14 13:41:45 -08:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] Refactor TypeConverter to add conversions without inheritance 2020-02-18 16:17:48 -08:00
mlir-cpu-runner [mlir] Turn flags in ConvertStandardToLLVM into pass flags 2020-02-11 10:28:30 -08:00
mlir-cuda-runner [mlir] use unpacked memref descriptors at function boundaries 2020-02-10 15:03:43 +01:00
mlir-tblgen [mlir][ods] Adding attribute setters generation 2020-02-19 11:49:34 -05:00
mlir-vulkan-runner [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05: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][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00
lit.cfg.py [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00
lit.site.cfg.py.in [mlir][spirv] Add mlir-vulkan-runner 2020-02-19 11:37:26 -05:00