[PATCH] D77528: [MLIR] Add support to use aligned_alloc to lower AllocOp from std to llvm

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 04:49:44 PDT 2020


ftynse added a comment.

In D77528#1969077 <https://reviews.llvm.org/D77528#1969077>, @bondhugula wrote:

> I don't have GCC-5 at hand to be sure of the fix. Any insights?


Neither do I... I would expect `using AllocaOpLowering = AllocLikeOpLowering<AllocaOp>;` instead of creating a derived class could get rid of the problem with constructors, and this is the right thing to have anyway.


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