llvm-capstone/mlir
Mehdi Amini 4cef3f2232 Fix scf.while verifier crash (NFC)
Harden the verifier against invalid IR.
2023-01-14 01:27:38 +00:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules [cmake] Fix path to LLVMConfig.cmake for multi-config builds 2023-01-13 20:32:59 +01:00
docs [mlir] Add operations to BlockAndValueMapping and rename it to IRMapping 2023-01-12 13:16:05 -08:00
examples [mlir] Add operations to BlockAndValueMapping and rename it to IRMapping 2023-01-12 13:16:05 -08:00
include Refactor OperationName to use virtual tables for dispatch (NFC) 2023-01-14 01:27:38 +00:00
lib Fix scf.while verifier crash (NFC) 2023-01-14 01:27:38 +00:00
python [mlir][python] fix python build 2023-01-12 14:17:59 -08:00
test Fix scf.while verifier crash (NFC) 2023-01-14 01:27:38 +00:00
tools Refactor OperationName to use virtual tables for dispatch (NFC) 2023-01-14 01:27:38 +00:00
unittests Refactor OperationName to use virtual tables for dispatch (NFC) 2023-01-14 01:27:38 +00:00
utils [mlir][spirv] Fix MLIR code snippet marker in TD files 2023-01-09 12:58:37 -08: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 [CMake] Warn when the version is older than 3.20.0. 2022-12-11 20:19:46 +01:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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