This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Conversion of ViewOp with memory space to LLVM.
ClosedPublic

Authored by arpith-jacob on Jul 31 2020, 2:55 PM.

Details

Summary

Handle the case where the ViewOp takes in a memref that has
an memory space.

Diff Detail

Event Timeline

arpith-jacob created this revision.Jul 31 2020, 2:55 PM
Herald added a project: Restricted Project. · View Herald Transcript
arpith-jacob requested review of this revision.Jul 31 2020, 2:55 PM
bondhugula requested changes to this revision.Aug 1 2020, 12:14 AM
bondhugula added a subscriber: bondhugula.
bondhugula added inline comments.
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
2941

memRefType -> srcMemRefType

mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
827

address space -> memory space

Here and in the commit title/summary to be consistent with the terminology in langref and elsewhere.

This revision now requires changes to proceed.Aug 1 2020, 12:14 AM
arpith-jacob retitled this revision from [mlir] Conversion of ViewOp with address space to LLVM. to [mlir] Conversion of ViewOp with memory space to LLVM..Aug 3 2020, 8:55 AM
arpith-jacob edited the summary of this revision. (Show Details)
arpith-jacob retitled this revision from [mlir] Conversion of ViewOp with memory space to LLVM. to [mlir] Conversion of ViewOp with address space to LLVM..
arpith-jacob edited the summary of this revision. (Show Details)

Addressed comments. PTAL.

ftynse accepted this revision.Aug 4 2020, 1:40 AM

LGTM!

bondhugula accepted this revision.Aug 4 2020, 2:02 AM
This revision is now accepted and ready to land.Aug 4 2020, 2:02 AM
nicolasvasilache accepted this revision.Aug 4 2020, 3:29 AM
arpith-jacob retitled this revision from [mlir] Conversion of ViewOp with address space to LLVM. to [mlir] Conversion of ViewOp with memory space to LLVM..Aug 4 2020, 1:58 PM
arpith-jacob edited the summary of this revision. (Show Details)

Can someone with commit access land this patch? Thanks.

This revision was automatically updated to reflect the committed changes.