[all-commits] [llvm/llvm-project] 51bd42: [Attributor] Enable heap-to-stack of any size
William Moses via All-commits
all-commits at lists.llvm.org
Thu Mar 4 14:19:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 51bd42ef9b870787afbeeffcd33adce765f70f23
https://github.com/llvm/llvm-project/commit/51bd42ef9b870787afbeeffcd33adce765f70f23
Author: William S. Moses <gh at wsmoses.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
A llvm/test/Transforms/Attributor/lowerheap.ll
Log Message:
-----------
[Attributor] Enable heap-to-stack of any size
Enable Attributor's heap-to-stack to lower unbounded allocations given a max size of -1
Differential Revision: https://reviews.llvm.org/D97873
More information about the All-commits
mailing list