..
AffineOps
Adds affine.min operation which returns the minimum value from a multi-result affine map. This operation is useful for things like computing the dynamic value of affine loop bounds, and is trivial to constant fold.
2019-11-12 07:08:49 -08:00
Analysis
Add initial callgraph support.
2019-09-23 11:44:13 -07:00
Conversion
Change conversion CLI flag from -lower-to-llvm to -convert-std-to-llvm
2019-11-19 00:34:51 -08:00
Dialect
Support SPIR-V constant op to take DenseElementsAttr as input.
2019-11-18 20:02:05 -08:00
EDSC
Automated rollback of commit 575405f4d6
2019-10-18 06:45:06 -07:00
Examples
Add Ch-7 of the toy tutorial detailing how to define new types.
2019-11-07 09:54:04 -08:00
IR
NFC: Convert CmpIPredicate in StandardOps to use EnumAttr
2019-11-15 10:17:31 -08:00
Pass
Convert the Canonicalize and CSE passes to generic Operation Passes.
2019-10-24 15:01:09 -07:00
Quantizer
Convert the Canonicalize and CSE passes to generic Operation Passes.
2019-10-24 15:01:09 -07:00
SDBM
Fix minor spelling tweaks (NFC)
2019-10-20 09:44:36 -07:00
Target
mlir-translate: support -verify-diagnostics
2019-11-07 11:42:46 -08:00
Transforms
Add getRemappedValue to ConversionPatternRewriter
2019-11-19 11:09:39 -08:00
Unit
Add build files and update README.
2019-03-30 11:23:22 -07:00
lib
Add getRemappedValue to ConversionPatternRewriter
2019-11-19 11:09:39 -08:00
mlir-cpu-runner
Fix pretty printer corner case in mlir_runner_utils.cpp.
2019-11-19 11:52:27 -08:00
mlir-cuda-runner
Support custom accumulator provided as region to gpu.all_reduce.
2019-10-16 10:43:44 -07:00
mlir-tblgen
Use aggregate-parameter builder for ops having autogen type-deduction builder
2019-11-15 07:33:54 -08:00
APITest.h
Fix minor spelling tweaks (NFC)
2019-10-20 09:44:36 -07:00
CMakeLists.txt
Add Ch-7 of the toy tutorial detailing how to define new types.
2019-11-07 09:54:04 -08:00
lit.cfg.py
[llvm] Add initial import of LLVM modules to mlir-translate
2019-11-05 14:41:38 -08:00
lit.site.cfg.py.in
Use single quotes to wrap '@HOST_LDFLAGS@' in LIT config file
2019-10-14 09:05:34 -07:00