diff options
author | Alex Zinenko <zinenko@google.com> | 2021-01-05 16:22:53 +0100 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2021-01-05 17:36:54 +0100 |
commit | c69c9e0f0fd2e5b72c4a1947822a4961b8630123 (patch) | |
tree | 7da3d31c21b36ff1cc6465b2015e4a9aa54ba126 /clang/unittests/Frontend/CompilerInvocationTest.cpp | |
parent | f26bc0ddd508edad7e3838850dfcb6b960d6e681 (diff) | |
download | llvm-c69c9e0f0fd2e5b72c4a1947822a4961b8630123.zip llvm-c69c9e0f0fd2e5b72c4a1947822a4961b8630123.tar.gz llvm-c69c9e0f0fd2e5b72c4a1947822a4961b8630123.tar.bz2 |
[mlir] Remove LLVMType, LLVM dialect types now derive Type directly
BEGIN_PUBLIC
[mlir] Remove LLVMType, LLVM dialect types now derive Type directly
This class has become a simple `isa` hook with no proper functionality.
Removing will allow us to eventually make the LLVM dialect type infrastructure
open, i.e., support non-LLVM types inside container types, which itself will
make the type conversion more progressive.
Introduce a call `LLVM::isCompatibleType` to be used instead of
`isa<LLVMType>`. For now, this is strictly equivalent.
END_PUBLIC
Depends On D93681
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D93713
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
0 files changed, 0 insertions, 0 deletions