llvm-project/mlir
Markus Böck 884d310d87 [mlir][LLVM] Add OpBuilder for opaque pointer GEPs without struct indices
An OpBuilder already exists for GEPs that does not have any struct indices for existing typed pointers, but no such builder exists for GEPs utilizing opaque pointers that has an explicit `basePtrType`.

Differential Revision: https://reviews.llvm.org/D129376
2022-07-16 10:55:49 +02:00
..
benchmark/python [mlir][benchmark] Fix import in sparse benchmark. 2022-07-15 07:15:51 +00:00
cmake/modules Restore Python install behavior from before D128230. 2022-07-09 19:22:51 -07:00
docs [mlir][ods] Allow specifying return types of builders 2022-07-15 18:00:35 -07:00
examples [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
include [mlir][LLVM] Add OpBuilder for opaque pointer GEPs without struct indices 2022-07-16 10:55:49 +02:00
lib [mlir][LLVM] Add OpBuilder for opaque pointer GEPs without struct indices 2022-07-16 10:55:49 +02:00
python [mlir] Transform op for multitile size generation 2022-07-12 12:36:28 +00:00
test [mli][sparse] Remove manual dense dealloc from test case 2022-07-16 09:28:27 +02:00
tools [mlir][ods] Allow specifying return types of builders 2022-07-15 18:00:35 -07:00
unittests [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
utils [mlir][mbr] Improve diagnostics on error with `raise from`. 2022-07-15 15:15:58 +00:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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