llvm-project/mlir/lib
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
..
Analysis [MLIR][Liveness] Add `currentlyLiveValues`, a way to get a set of values that are live as of a given operation. 2022-07-15 22:10:53 -07:00
Bindings/Python [mlir] Structured transforms: introduce op splitting 2022-07-07 13:19:44 +02:00
CAPI [mlir] Structured transforms: introduce op splitting 2022-07-07 13:19:44 +02:00
Conversion [mlir][math] Added math::tan operation. 2022-07-15 09:17:06 -07:00
Dialect [mlir][LLVM] Add OpBuilder for opaque pointer GEPs without struct indices 2022-07-16 10:55:49 +02:00
ExecutionEngine [mlir][NFC] Fix various warnings generated by GCC 9 2022-07-04 13:22:33 +03:00
IR [mlir] check whether region and block visitors are interrupted 2022-07-15 14:50:42 -07:00
Interfaces [MLIR] Clean up checks for alloc-like ops in analysis 2022-07-16 12:54:47 +05:30
Parser [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
Pass Example: 2022-07-15 23:27:14 -07:00
Reducer [mlir] Add asserts when changing various MLIRContext configurations 2022-04-15 21:49:03 -07:00
Rewrite [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
Support [mlir] Remove unneeded cl::ZeroOrMore for ListOption variables. NFC 2022-06-30 19:04:44 -07:00
TableGen [mlir][ods] Allow specifying return types of builders 2022-07-15 18:00:35 -07:00
Target Use drop_begin (NFC) 2022-07-15 23:58:11 -07:00
Tools [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
Transforms [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
CMakeLists.txt [MLIR] Fix build without native arch 2022-05-12 09:50:51 +02:00