llvm-project/mlir/test/mlir-cpu-runner
Alex Zinenko ec1f4e7c3b [mlir] switch the modeling of LLVM types to use the new mechanism
A new first-party modeling for LLVM IR types in the LLVM dialect has been
developed in parallel to the existing modeling based on wrapping LLVM `Type *`
instances. It resolves the long-standing problem of modeling identified
structure types, including recursive structures, and enables future removal of
LLVMContext and related locking mechanisms from LLVMDialect.

This commit only switches the modeling by (a) renaming LLVMTypeNew to LLVMType,
(b) removing the old implementaiton of LLVMType, and (c) updating the tests. It
is intentionally minimal. Separate commits will remove the infrastructure built
for the transition and update API uses where appropriate.

Depends On D85020

Reviewed By: rriddle

Differential Revision: https://reviews.llvm.org/D85021
2020-08-04 14:29:25 +02:00
..
include [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
CMakeLists.txt [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
bare_ptr_call_conv.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
linalg_integration_test.mlir [MLIR][Linalg] Retire C++ DotOp in favor of a linalg-ods-gen'd op 2020-07-28 12:34:19 +02:00
lit.local.cfg Fix `check-mlir` target when the host target isn't configured 2020-06-19 06:36:20 +00:00
mlir_test_cblas.cpp [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
mlir_test_cblas_interface.cpp [mlir][test] NFC - Rename cblas to mlir_test_cblas 2020-04-09 16:13:33 -04:00
sgemm_naive_codegen.mlir [MLIR][Standard] Make the `dim` operation index an operand. 2020-06-10 13:54:47 +00:00
simple.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
unranked_memref.mlir [mlir] support returning unranked memrefs 2020-06-26 15:37:37 +02:00
utils.mlir [MLIR] Helper class referencing MemRefType to unify runner implementations. 2020-05-26 16:32:36 +02:00