llvm-project/mlir/lib
Mehdi Amini 0b793c4be0 Revert "[DDR] Introduce implicit equality check for the source pattern operands with the same name."
This reverts commit 7271c1bcb9.

This broke the gcc-5 build:

/usr/include/c++/5/ext/new_allocator.h:120:4: error: no matching function for call to 'std::pair<const std::__cxx11::basic_string<char>, mlir::tblgen::SymbolInfoMap::SymbolInfo>::pair(llvm::StringRef&, mlir::tblgen::SymbolInfoMap::SymbolInfo)'
  { ::new((void *)__p) _Up(std::forward<_Args>(__args)...); }
    ^
In file included from /usr/include/c++/5/utility:70:0,
                 from llvm/include/llvm/Support/type_traits.h:18,
                 from llvm/include/llvm/Support/Casting.h:18,
                 from mlir/include/mlir/Support/LLVM.h:24,
                 from mlir/include/mlir/TableGen/Pattern.h:17,
                 from mlir/lib/TableGen/Pattern.cpp:14:
/usr/include/c++/5/bits/stl_pair.h:206:9: note: candidate: template<class ... _Args1, long unsigned int ..._Indexes1, class ... _Args2, long unsigned int ..._Indexes2> std::pair<_T1, _T2>::pair(std::tuple<_Args1 ...>&, std::tuple<_Args2 ...>&, std::_Index_tuple<_Indexes1 ...>, std::_Index_tuple<_Indexes2 ...>)
         pair(tuple<_Args1...>&, tuple<_Args2...>&,
         ^
2020-10-14 00:37:10 +00:00
..
Analysis Introduce subtraction for FlatAffineConstraints 2020-10-07 17:31:06 +02:00
Bindings [mlir][Python] Add missing capsule->module and Context.create_module. 2020-10-13 13:10:33 -07:00
CAPI [mlir][CAPI] Remove the exclusion of the MLIR C-API from libMLIR.so. 2020-10-08 18:22:19 -07:00
Conversion [mlir][nfc] Add a func to compute numElements of a shape in Std -> LLVM. 2020-10-13 21:41:25 +02:00
Dialect [mlir][Linalg] Lower padding attribute for pooling ops 2020-10-13 14:11:02 -07:00
EDSC Remove MLIREDSCInterface library which isn't used anywhere (NFC) 2020-08-18 19:04:30 +00:00
ExecutionEngine Import llvm::StringSwitch into mlir namespace. 2020-10-08 11:39:24 +02:00
IR Remove unused SideEffectInterfaces header 2020-10-13 15:22:00 -07:00
Interfaces Wordsmith RegionBranchOpInterface verification errors 2020-09-09 12:50:23 -07:00
Parser Import llvm::StringSwitch into mlir namespace. 2020-10-08 11:39:24 +02:00
Pass Add a dump() method on the pass manager for debugging purpose (NFC) 2020-09-23 05:53:41 +00:00
Reducer Create Reduction Tree Pass 2020-08-07 23:17:31 +00:00
Support [mlir] Improve LLVM shlib support 2020-10-09 07:17:56 +02:00
TableGen Revert "[DDR] Introduce implicit equality check for the source pattern operands with the same name." 2020-10-14 00:37:10 +00:00
Target [MLIR][LLVM] Fixed `topologicalSort()` to iterative version 2020-10-02 13:48:27 +03:00
Transforms [mlir][Linalg] Add named Linalg ops on tensor to buffer support. 2020-10-12 11:20:23 +00:00
Translation Add a `dialect_registration` callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
CMakeLists.txt Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00