[PATCH] D33688: [Polly] Heap allocation for new arrays

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 28 05:16:47 PDT 2017


Meinersbur added a comment.

Could you change `getPrimitiveSizeInBits()` to `getElemSizeInBytes()` or explain why `getPrimitiveSizeInBits()` is needed here? Othewise, LGTM.


https://reviews.llvm.org/D33688





More information about the llvm-commits mailing list