[PATCH] D77528: [MLIR] Add support to use aligned_alloc to lower AllocOp from std to llvm
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 9 21:29:44 PDT 2020
mehdi_amini added inline comments.
Herald added subscribers: msifontes, jurahul, Kayjukh, stephenneuendorffer.
Herald added a project: MLIR.
================
Comment at: mlir/test/Conversion/StandardToLLVM/convert-dynamic-memref-ops.mlir:186
+ return %0 : memref<32x18xf32>
+}
+
----------------
Can you split this in a new test file?
We will process the entire file twice while the tests between the two invocations are actually entirely disjoint.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77528/new/
https://reviews.llvm.org/D77528
More information about the llvm-commits
mailing list