llvm-project/mlir/test/Dialect/GPU
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
..
all-reduce-max.mlir [MLIR] Propagate input side effect information 2020-04-27 11:35:52 +02:00
all-reduce.mlir [MLIR] Propagate input side effect information 2020-04-27 11:35:52 +02:00
invalid.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
mapping.mlir [mlir] Change dialect namespace loop->scf 2020-05-13 19:20:21 +02:00
multiple-all-reduce.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
ops.mlir [mlir][gpu] Fix logic error in D79508 computing number of private attributions. 2020-06-08 07:40:34 -05:00
outlining.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
promotion.mlir [mlir] Change dialect namespace loop->scf 2020-05-13 19:20:21 +02:00