llvm-capstone/mlir
Eugene Zhulenev 9edcedf7f2 [mlir] AsyncRuntime: disable threading until test flakiness is fixed
ExecutionEngine/LLJIT do not run globals destructors in loaded dynamic libraries when destroyed, and threads managed by ThreadPool can race with program termination, and it leads to segfaults.

TODO: Re-enable threading after fixing a problem with destructors, or removing static globals from dynamic library.

Differential Revision: https://reviews.llvm.org/D92368
2020-12-01 01:12:16 -08:00
..
cmake/modules [mlir] use STATUS instead of CHECK_* in MLIRDetectPythonEnv.cmake 2020-11-25 00:09:33 +01:00
docs [mlir] Fix typos and broken links in LangRef 2020-11-27 14:07:32 +01:00
examples [mlir][BuiltinDialect] Resolve comments from D91571 2020-11-19 11:12:49 -08:00
include Add using ConvertToLLVMPattern::match/matchAndRewrite to avoid 'hiding overload' warning. 2020-11-30 11:40:34 +01:00
integration_test [mlir][LLVMIR] Add support for InlineAsmOp 2020-11-30 08:32:02 +00:00
lib [mlir] AsyncRuntime: disable threading until test flakiness is fixed 2020-12-01 01:12:16 -08:00
test Don't count attributes when addressing operands. 2020-12-01 01:21:36 +00:00
tools Don't count attributes when addressing operands. 2020-12-01 01:21:36 +00:00
unittests [mlir] Add build configuration for Quant unittest 2020-11-25 21:59:05 +01:00
utils [mlir] Fix TypeID lookup in GDB pretty printers. 2020-10-27 07:12:32 +01:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir][Python] Fix the last remaining instance of PYTHON_EXECUTABLE. 2020-11-24 17:56:05 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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