[PATCH] D79024: [mlir][std] allow subview take memrefs from non-zero addrspaces.
Wen-Heng (Jack) Chung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 28 10:11:49 PDT 2020
whchung created this revision.
whchung added reviewers: ftynse, nicolasvasilache.
Herald added subscribers: llvm-commits, Kayjukh, frgossen, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.
whchung added a project: MLIR.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79024
Files:
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79024.260683.patch
Type: text/x-patch
Size: 34163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200428/08503b89/attachment.bin>
More information about the llvm-commits
mailing list