[all-commits] [llvm/llvm-project] f2b505: [mlir][std] allow subview take memrefs from non-ze...

Wen-Heng (Jack) Chung via All-commits all-commits at lists.llvm.org
Wed Apr 29 08:19:50 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f2b505a4596ba9d7ec76b8f9649ac58d6792238c
      https://github.com/llvm/llvm-project/commit/f2b505a4596ba9d7ec76b8f9649ac58d6792238c
  Author: Wen-Heng (Jack) Chung <whchung at gmail.com>
  Date:   2020-04-29 (Wed, 29 Apr 2020)

  Changed paths:
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
    M mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir

  Log Message:
  -----------
  [mlir][std] allow subview take memrefs from non-zero addrspaces.

On certain targets std.subview should be able to take memrefs from non-zero
addrspaces. Improve lowering logic to llvm dialect and amend the tests.

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




More information about the All-commits mailing list