[PATCH] D83283: [Attributor] AAPotentialValues Interface
Shinji Okumura via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 19 18:14:39 PDT 2020
okura updated this revision to Diff 279116.
okura added a comment.
Herald added a subscriber: dexonsmith.
- remove `AAPotentialValuesCallSiteArgument::initialize`
- rename key info struct for APInt (and register it as friend of APInt)
- add check lines for range
I ran whole tests and I found `tools/llvm-cov/universal_bin_wrapping_archives.test` failed. I investigate the cause of it now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83283/new/
https://reviews.llvm.org/D83283
Files:
llvm/include/llvm/ADT/APInt.h
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/lib/Transforms/IPO/AttributorAttributes.cpp
llvm/test/Transforms/Attributor/potential.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83283.279116.patch
Type: text/x-patch
Size: 31378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200720/c625c0df/attachment.bin>
More information about the llvm-commits
mailing list