[all-commits] [llvm/llvm-project] d4217e: [mlir][memref] Missing type conversion in memref.r...

Ivan Butygin via All-commits all-commits at lists.llvm.org
Thu Jul 21 02:16:56 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d4217e6cc86b8bd9d36879eef6c29658fc3423f0
      https://github.com/llvm/llvm-project/commit/d4217e6cc86b8bd9d36879eef6c29658fc3423f0
  Author: Ivan Butygin <ivan.butygin at gmail.com>
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
    M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
    M mlir/test/Conversion/MemRefToLLVM/convert-static-memref-ops.mlir

  Log Message:
  -----------
  [mlir][memref] Missing type conversion in memref.reshape llvm lowering

Shape can be memref of index type, so memref::LoadOp result need to be converted into llvm type.

Differential Revision: https://reviews.llvm.org/D129965




More information about the All-commits mailing list