This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3050f70ce7b [InstCombine] remove unneeded one-use checks for icmp fold new e342d834af2 [Attributor] Heap-To-Stack Conversion
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/IPO/Attributor.h | 49 +++- lib/Transforms/IPO/Attributor.cpp | 264 +++++++++++++++++++- test/Transforms/FunctionAttrs/heap_to_stack.ll | 318 +++++++++++++++++++++++++ 3 files changed, 624 insertions(+), 7 deletions(-) create mode 100644 test/Transforms/FunctionAttrs/heap_to_stack.ll