[all-commits] [llvm/llvm-project] 5883c4: [MLIR] Fix standard -> LLVM conversion to fail for...

Rahul Joshi via All-commits all-commits at lists.llvm.org
Thu Nov 12 17:06:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5883c4b4705e7f93e71d58c893f4bcfa4b52e0ad
      https://github.com/llvm/llvm-project/commit/5883c4b4705e7f93e71d58c893f4bcfa4b52e0ad
  Author: Rahul Joshi <jurahul at google.com>
  Date:   2020-11-12 (Thu, 12 Nov 2020)

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

  Log Message:
  -----------
  [MLIR] Fix standard -> LLVM conversion to fail for unsupported memref element type.

- Move isSupportedMemRefType() to ConvertToLLVMPatterns and check if the
  memref element type is supported there.

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




More information about the All-commits mailing list