llvm-project/mlir
River Riddle c64655c78c [mlir:NFC] Move BaseOpWithOffsetSizesAndStrides out of OpBase.td
This is not a general construct, and shouldn't have been defined in OpBase.
This moves a copy to both MemRefOps+TensorOps, which are the only
users.
2022-02-04 14:31:59 -08:00
..
benchmark/python [mlir] Move SelectOp from Standard to Arithmetic 2022-02-02 14:45:12 -08:00
cmake/modules [MLIR] Workaround for python detection problems. 2022-01-27 13:32:29 -08:00
docs [mlir] Move SelectOp from Standard to Arithmetic 2022-02-02 14:45:12 -08:00
examples [mlir][NFC] Update Toy operations to use `hasVerifier` instead of `verifier` 2022-02-02 13:34:28 -08:00
include [mlir:NFC] Move BaseOpWithOffsetSizesAndStrides out of OpBase.td 2022-02-04 14:31:59 -08:00
lib [mlir][vector] Add constant folder for vector.shuffle ops 2022-02-04 16:59:32 -05:00
python [mlir][vector][NFC] Split into IR, Transforms and Utils 2022-01-31 19:17:09 +09:00
test [mlir][vector] Add constant folder for vector.shuffle ops 2022-02-04 16:59:32 -05:00
tools [mlir][Rewrite] Add support for using an operation with no results as location 2022-02-03 15:08:09 +01:00
unittests Revert "[MLIR][Presburger] Use `SmallVector` instead of `std::vector` in `getLocalRepr`" 2022-02-04 23:24:08 +05:30
utils [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.