[PATCH] D77528: [MLIR] Add support to use aligned_alloc to lower AllocOp from std to llvm
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 7 21:46:10 PDT 2020
bondhugula updated this revision to Diff 255893.
bondhugula marked 2 inline comments as done.
bondhugula added a comment.
Address review comments. Also, handle when the size may not be a multiple of alignment.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77528/new/
https://reviews.llvm.org/D77528
Files:
mlir/include/mlir/Conversion/Passes.td
mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVMPass.h
mlir/lib/Analysis/Utils.cpp
mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
mlir/test/Conversion/StandardToLLVM/convert-dynamic-memref-ops.mlir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77528.255893.patch
Type: text/x-patch
Size: 21202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200408/68cd0af3/attachment.bin>
More information about the llvm-commits
mailing list