[PATCH] D72802: [mlir] Introduce bare ptr calling convention for MemRefs in LLVM dialect

Diego Caballero via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 15:09:31 PST 2020


dcaballe updated this revision to Diff 239442.
dcaballe added a comment.

- Move tests for static MemRefs in 'convert-memref-ops.mlir' to 'convert-static-memref-ops.mlir' and enable such tests for bare ptr calling convention.
- Move file 'convert-memref-ops.mlir' to 'convert-dynamic-memref-ops.mlir'.

This patch is ready for review.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72802/new/

https://reviews.llvm.org/D72802

Files:
  mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
  mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h
  mlir/include/mlir/Transforms/DialectConversion.h
  mlir/lib/Conversion/GPUToNVVM/LowerGpuOpsToNVVMOps.cpp
  mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
  mlir/lib/Transforms/DialectConversion.cpp
  mlir/test/Conversion/StandardToLLVM/convert-dynamic-memref-ops.mlir
  mlir/test/Conversion/StandardToLLVM/convert-memref-ops.mlir
  mlir/test/Conversion/StandardToLLVM/convert-static-memref-ops.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72802.239442.patch
Type: text/x-patch
Size: 52306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/b071016f/attachment-0001.bin>


More information about the llvm-commits mailing list