[PATCH] D71974: [Attributor][WIP] Connect AAIsDead with AAUndefinedBehavior
Stefanos Baziotis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 15:25:43 PST 2020
baziotis updated this revision to Diff 245758.
baziotis edited the summary of this revision.
baziotis added a comment.
I've been looking today again at this and it's the first time in the Attributor that I don't understand what is happening. This diff contains some prints and the weirdest is the print that shows us that `AAIsDeadFunction::initialize()` is called multiple times (the manifest though none). I'll continue looking into this but any help is appreciated, I have lost episodes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71974/new/
https://reviews.llvm.org/D71974
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71974.245758.patch
Type: text/x-patch
Size: 5364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200220/5dd36c08/attachment.bin>
More information about the llvm-commits
mailing list