[all-commits] [llvm/llvm-project] 9fdd0d: [mlir][nfc] Rename `promoteMemRefDescriptors` to `...

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Wed Aug 5 11:25:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9fdd0df9497e5b74a3739e651d218c1251b8ef78
      https://github.com/llvm/llvm-project/commit/9fdd0df9497e5b74a3739e651d218c1251b8ef78
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2020-08-05 (Wed, 05 Aug 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list