[all-commits] [llvm/llvm-project] 0f0438: [mlir] NFC: Rename LLVMOpLowering::lowering to LLV...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Feb 18 06:57:16 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0f04384daf78e26652bae3c5ea9cc201c9099b9d
https://github.com/llvm/llvm-project/commit/0f04384daf78e26652bae3c5ea9cc201c9099b9d
Author: Alex Zinenko <zinenko at google.com>
Date: 2020-02-18 (Tue, 18 Feb 2020)
Changed paths:
M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
M mlir/lib/Conversion/GPUCommon/IndexIntrinsicsOpLowering.h
M mlir/lib/Conversion/GPUCommon/OpToFuncCallLowering.h
M mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
M mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
M mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp
Log Message:
-----------
[mlir] NFC: Rename LLVMOpLowering::lowering to LLVMOpLowering::typeConverter
The existing name is an artifact dating back to the times when we did not have
a dedicated TypeConverter infrastructure. It is also confusing with with the
name of classes using it.
Differential revision: https://reviews.llvm.org/D74707
More information about the All-commits
mailing list