[all-commits] [llvm/llvm-project] d163e7: [Attributor] Enable heap-to-stack of any size

William Moses via All-commits all-commits at lists.llvm.org
Sat Mar 6 10:18:56 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d163e75c81c1609855b98cbdffa0141c70d8578d
      https://github.com/llvm/llvm-project/commit/d163e75c81c1609855b98cbdffa0141c70d8578d
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2021-03-06 (Sat, 06 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