[all-commits] [llvm/llvm-project] 6abd7e: [mlir] provide same APIs as existing LLVMType in t...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Aug 4 04:49:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6abd7e2e622bc7eabdb673a7815f6673523a1e94
https://github.com/llvm/llvm-project/commit/6abd7e2e622bc7eabdb673a7815f6673523a1e94
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMTypes.h
M mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp
Log Message:
-----------
[mlir] provide same APIs as existing LLVMType in the new LLVM type modeling
These are intended to smoothen the transition and may be removed in the future
in favor of more MLIR-compatible APIs. They intentionally have the same
semantics as the existing functions, which must remain stable until the
transition is complete.
Depends On D85019
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D85020
More information about the All-commits
mailing list