[PATCH] D65408: [Attributor] Heap-To-Stack Conversion
Stefan Stipanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 23:14:41 PDT 2019
sstefan1 marked an inline comment as done.
sstefan1 added inline comments.
================
Comment at: llvm/trunk/lib/Transforms/IPO/Attributor.cpp:3363
+ .sle(MaxHeapToStackSize))
+ if (!Overflow)
+ return true;
----------------
This was supposed to be `if(Overflow)`. I'll fix this.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65408/new/
https://reviews.llvm.org/D65408
More information about the llvm-commits
mailing list