[PATCH] D76974: Make attributor aware of aligned_alloc for heap to stack conversion

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 28 01:35:36 PDT 2020


bondhugula marked 3 inline comments as done.
bondhugula added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:5205
+            return true;
+          }
     } else if (IsCalloc) {
----------------
jdoerfert wrote:
> Why a signed comparison?
Fixed, thanks. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76974





More information about the llvm-commits mailing list