[mlir][nfc] Rename `promoteMemRefDescriptors` to `promoteOperands`.
authorAlexander Belyaev <pifon@google.com>
Wed, 5 Aug 2020 16:41:29 +0000 (18:41 +0200)
committerAlexander Belyaev <pifon@google.com>
Wed, 5 Aug 2020 18:24:48 +0000 (20:24 +0200)
commit9fdd0df9497e5b74a3739e651d218c1251b8ef78
tree9bd05a40c3fd023816071808120803d9a737d3bd
parent2918727588bbf38ac844fff70c6aa3d2dafbec1c
[mlir][nfc] Rename `promoteMemRefDescriptors` to `promoteOperands`.

`promoteMemRefDescriptors` also converts types of every operand, not only
memref-typed ones. I think `promoteMemRefDescriptors` name does not imply that.

Differential Revision: https://reviews.llvm.org/D85325
mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp