[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
Sun Aug 20 09:46:24 PDT 2023
vidsinghal updated this revision to Diff 551852.
vidsinghal added a comment.
Fix typo in assert.
Add a positive test case for malloc with a TODO.
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
llvm/test/Transforms/Attributor/reduced/missed_cached_entry_for_intra_reachability.ll
llvm/test/Transforms/Attributor/value-simplify-local-remote.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157068.551852.patch
Type: text/x-patch
Size: 26141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230820/21be5f0f/attachment.bin>
More information about the llvm-commits
mailing list