[PATCH] D74707: [mlir] NFC: Rename LLVMOpLowering::lowering to LLVMOpLowering::typeConverter

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 05:39:47 PST 2020


ftynse created this revision.
ftynse added a reviewer: rriddle.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, lucyrfox, mgester, arpith-jacob, csigg, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, mehdi_amini, arphaman, jholewinski.
Herald added a reviewer: mravishankar.
Herald added a reviewer: herhut.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74707

Files:
  mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
  mlir/lib/Conversion/GPUCommon/IndexIntrinsicsOpLowering.h
  mlir/lib/Conversion/GPUCommon/OpToFuncCallLowering.h
  mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
  mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp
  mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
  mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74707.244949.patch
Type: text/x-patch
Size: 39274 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200217/d8996d72/attachment-0001.bin>


More information about the llvm-commits mailing list