llvm-capstone/mlir/test
Cullen Rhodes 3295b88a66
Revert "[mlir][ExecutionEngine] Add support for global constructors and destructors" (#78164)
this is causing test failures on AArch64 linux, hitting the
following assert:

# | mlir-cpu-runner: /home/culrho01/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:519: void llvm::RuntimeDyldELF::resolveAArch64Relocation(const SectionEntry &, uint64_t, uint64_t, uint32_t, int64_t): Assertion `isInt<33>(Result) && "overflow check failed for relocation"' failed.

Seeing the same in buildbot as well, e.g.

https://lab.llvm.org/buildbot/#/builders/179/builds/9094/steps/12/logs/FAIL__MLIR__sparse_codegen_dim_mlir

Reverts llvm/llvm-project#78070
2024-01-15 14:21:41 +00:00
..
Analysis [mlir][dataflow]Fix dense backward dataflow intraprocedural hook (#76865) 2024-01-04 10:28:12 +01:00
Bytecode [mlir][bytecode] Add bytecode writer config API to skip serialization of resources (#71991) 2023-11-13 12:59:30 -06:00
CAPI [mlir][CAPI] Add mlirOpOperandGetValue (#75032) 2023-12-11 12:32:21 +01:00
Conversion [mlir][nvgpu] Add nvgpu.tma.async.store (#77811) 2024-01-15 11:44:51 +01:00
Dialect [MLIR][NVVM] Add support for aligned variants of cluster barriers (#78142) 2024-01-15 14:52:30 +01:00
Examples [mlir] introduce debug transform dialect extension (#77595) 2024-01-12 13:24:02 +01:00
Integration [mlir][ArmSME] Add rudimentary support for tile spills to the stack (#76086) 2024-01-12 14:51:47 +00:00
Interfaces [mlir][Linalg] Change linalg.transpose to use the output indexing map as identity. (#77951) 2024-01-12 14:17:51 -08:00
IR [mlir] Add op printing flag to skip regions (#77726) 2024-01-11 17:52:41 -05:00
lib [mlir] introduce debug transform dialect extension (#77595) 2024-01-12 13:24:02 +01:00
mlir-cpu-runner Revert "[mlir][ExecutionEngine] Add support for global constructors and destructors" (#78164) 2024-01-15 14:21:41 +00:00
mlir-linalg-ods-gen [mlir][Interfaces] Clean up DestinationStyleOpInterface (#67015) 2023-09-21 18:04:08 +02:00
mlir-lsp-server [mlir][lsp] Add LSP support for attribute and type aliases 2023-08-25 05:50:25 +00:00
mlir-opt [mlir][Linalg] NFC - Retire LinalgToLLVM pass 2023-07-26 20:26:07 +02:00
mlir-pdll [MLIR][PDL] Add PDLL support for negated native constraints 2023-09-01 23:12:16 +00:00
mlir-pdll-lsp-server [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
mlir-query [mlir][mlir-query] Introduce mlir-query tool with autocomplete support 2023-10-13 14:03:27 -07:00
mlir-reduce [mlir-reduce] Create proper tmp test files (NFC) 2023-03-01 13:22:19 +01:00
mlir-spirv-cpu-runner [mlir] #include CRunnerUtils.h instead of RunnerUtils.h in SPIRV-runner 2023-06-21 10:11:46 +02:00
mlir-tblgen add prop-dict support for custom directive for mlir-tblgen (#77061) 2024-01-05 12:37:24 +01:00
mlir-translate [MLIR] Add DIExpression to LLVM dialect (#72462) 2023-11-16 11:32:02 -08:00
mlir-vulkan-runner [mlir::spirv] Support scf.if in mlir-vulkan-runner (#75367) 2023-12-27 10:32:21 -05:00
Pass [mlir][Pass] Enable the option for reproducer generation without crashing (#75421) 2024-01-03 12:36:43 -05:00
python [MLIR][transform][python] Introduce abstractions for handles to values and parameters (#77305) 2024-01-15 10:31:22 +01:00
Rewrite [MLIR][PDL] Add Bytecode support for negated native constraints 2023-09-11 12:57:41 +00:00
Target [MLIR][NVVM] Add support for aligned variants of cluster barriers (#78142) 2024-01-15 14:52:30 +01:00
tblgen-lsp-server [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
tblgen-to-irdl Reland [mlir][tools] Introduce tblgen-to-irdl tool (#70121) 2023-10-27 14:48:49 +05:30
Transforms [mlir] allow inlining complex ops (#77514) 2024-01-10 09:23:36 -08:00
Unit [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
APITest.h
CMakeLists.txt [mlir] add a chapter on matchers to the transform dialect tutorial (#76725) 2024-01-09 13:19:41 +01:00
lit.cfg.py [mlir] add a chapter on matchers to the transform dialect tutorial (#76725) 2024-01-09 13:19:41 +01:00
lit.site.cfg.py.in [MLIR] Enable GPU Dialect to SYCL runtime integration (#71430) 2023-12-05 16:55:24 -05:00