[PATCH] D157068: [Attributor] New attribute to identify what byte ranges are alive for an allocation

Vidhush Singhal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 17:17:36 PDT 2023


vidsinghal updated this revision to Diff 552930.
vidsinghal marked an inline comment as done.
vidsinghal added a comment.

1.) Insert a new instruction instead of modiying the old one (Char array)
2.) Restore value-simplify-local-remote.ll
3.) Add a new positive test to reduce size of array alloca


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157068

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/Transforms/Attributor/allocator.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157068.552930.patch
Type: text/x-patch
Size: 19591 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230824/f9099ac4/attachment.bin>


More information about the llvm-commits mailing list