[PATCH] D138646: [AAPointerInfo] track multiple constant offsets for each use
Sameer Sahasrabuddhe via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 7 08:07:17 PST 2022
sameerds updated this revision to Diff 480918.
sameerds added a comment.
- Remove incorrect use of isAtFixpoint. Instead, Access::operator& no longer drops content when ranges are merged.
- Add more tests, move tests to new file for better naming.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138646/new/
https://reviews.llvm.org/D138646
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/test/CodeGen/AMDGPU/attributor.ll
llvm/test/CodeGen/AMDGPU/implicitarg-attributes.ll
llvm/test/Transforms/Attributor/call-simplify-pointer-info.ll
llvm/test/Transforms/Attributor/multiple-offsets-pointer-info.ll
llvm/test/Transforms/Attributor/value-simplify-pointer-info.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138646.480918.patch
Type: text/x-patch
Size: 74534 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221207/61bd4d5c/attachment.bin>
More information about the llvm-commits
mailing list