llvm-project/mlir
Markus Böck 560972052a [mlir][LLVM] Implement mapping of phi source values of `llvm.invoke`
This patch allows the usage of the normalDestOperands and unwindDestOperands operands of llvm.invoke and have them be correctly mapped to phis in the successor when exported to LLVM IR.

Differential Revision: https://reviews.llvm.org/D116706
2022-01-06 11:27:14 +01:00
..
cmake/modules [mlir][ods] AttrOrTypeGen uses Class 2021-12-01 16:53:23 +00:00
docs [mlir][ods] ODS ops get an `extraClassDefinition` 2022-01-06 01:43:26 +00:00
examples Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
include [mlir][linalg][bufferize][NFC] Simplify InsertSliceOp bufferization 2022-01-06 17:35:45 +09:00
lib [mlir][LLVM] Implement mapping of phi source values of `llvm.invoke` 2022-01-06 11:27:14 +01:00
python [mlir] Split out Python bindings for dialects into separate libs 2022-01-06 10:31:14 +01:00
test [mlir][LLVM] Implement mapping of phi source values of `llvm.invoke` 2022-01-06 11:27:14 +01:00
tools [mlir][ods] ODS ops get an `extraClassDefinition` 2022-01-06 01:43:26 +00:00
unittests [MLIR] Move LinearTransform to Presburger/ 2022-01-03 11:11:09 +05:30
utils Fix doc on how to run clang-tidy on MLIR codebase (NFC) 2022-01-03 07:00:07 +00:00
.clang-format
.clang-tidy Enable a few clang-tidy checks in MLIR 2022-01-02 01:05:06 +00:00
CMakeLists.txt Build MLIR with -Werror=mismatched-tags (NFC) 2021-12-08 05:59:06 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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