[all-commits] [llvm/llvm-project] 870c1f: [mlir] NFC: rename LLVMOpLowering to ConvertToLLVM...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Feb 18 13:20:16 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 870c1fd4c8797d59797d30ffd6b03d31da3c4225
https://github.com/llvm/llvm-project/commit/870c1fd4c8797d59797d30ffd6b03d31da3c4225
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 to ConvertToLLVMPattern
This better reflects the nature of the class and matches the current
naming scheme.
Differential Revision: https://reviews.llvm.org/D74774
More information about the All-commits
mailing list