[PATCH] D73297: [mlir] Add alignment to MemRefType and remove alignment from AllocOp.

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 15:01:50 PST 2020


timshen updated this revision to Diff 240022.
timshen added a comment.

Add a test for power of 2 alignment.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73297

Files:
  mlir/include/mlir/Dialect/StandardOps/Ops.td
  mlir/include/mlir/IR/StandardTypes.h
  mlir/lib/Conversion/StandardToLLVM/ConvertStandardToLLVM.cpp
  mlir/lib/Dialect/StandardOps/Ops.cpp
  mlir/lib/IR/AsmPrinter.cpp
  mlir/lib/IR/StandardTypes.cpp
  mlir/lib/IR/TypeDetail.h
  mlir/lib/Parser/Parser.cpp
  mlir/test/Conversion/StandardToLLVM/convert-memref-ops.mlir
  mlir/test/IR/core-ops.mlir
  mlir/test/IR/invalid.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73297.240022.patch
Type: text/x-patch
Size: 17203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/bb63a841/attachment.bin>


More information about the llvm-commits mailing list