llvm-project/mlir
Michele Scuttari e90deaf121 [MLIR] Reconciliation of chains of unrealized casts
The reconciliation pass has been improved to introduce the support for chains of casts, thus not limiting anymore the reconciliation to just consider pairs of unrealized casts.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D130711
2022-08-03 11:57:20 +00:00
..
benchmark/python [NFC] Remove obsolete all_passes_registration from integration tests. 2022-07-16 18:18:43 -07:00
cmake/modules [CMake] Fix add_subdirectory llvm builds 2022-07-26 11:24:23 +02:00
docs [MLIR] Rename the generic LLVM allocation and deallocation functions 2022-08-02 18:23:14 +00:00
examples Replace Optional::hasValue with has_value or operator bool. NFC 2022-07-29 10:57:25 -07:00
include [MLIR] Reconciliation of chains of unrealized casts 2022-08-03 11:57:20 +00:00
lib [MLIR] Reconciliation of chains of unrealized casts 2022-08-03 11:57:20 +00:00
python Fix MLIR Python binding for arith.constant after argument has been changed to an interface 2022-08-01 09:06:55 +00:00
test [MLIR] Reconciliation of chains of unrealized casts 2022-08-03 11:57:20 +00:00
tools [mlir][NVGPU] nvgpu.mmasync on F32 through TF32 2022-08-01 23:23:27 +00:00
unittests [mlir] Use EXPECT_DEBUG_DEATH in unit test 2022-08-02 11:16:26 +02:00
utils [mlir] Remove OpaqueElementsAttr 2022-08-01 15:00:54 -07:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt [mlir] Fix calling the native mlir-tblgen tool when cross compiling flang 2022-08-02 10:58:24 +03:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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