llvm-project/mlir/test
Denis Khalikov 6c77e59bfd [spirv] Add a canonicalizer for BitcastOp.
Convert chained `spirv::BitcastOp` operations into
one `spirv::BitcastOp` operation.

Closes tensorflow/mlir#238

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/238 from denis0x0D:sandbox/canon_bitcast 4352ed4f81b959ec92f849c599e733b62a99c010
PiperOrigin-RevId: 281129234
2019-11-18 12:37:00 -08:00
..
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 Rename CLI flags -lower-gpu-ops-to-*-ops to -convert-gpu-to-* 2019-11-18 02:43:10 -08:00
Dialect [spirv] Add a canonicalizer for BitcastOp. 2019-11-18 12:37:00 -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 Fix Affine Loop Fusion test case reported on github. 2019-11-18 11:20:37 -08:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib Refactor the LowerVectorTransfers pass to use the RewritePattern infra - NFC 2019-11-14 15:40:07 -08:00
mlir-cpu-runner Add support for alignment attribute in std.alloc. 2019-11-12 07:06:54 -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