[PATCH] D71799: [Attributor] AAUndefinedBehavior: Check for branches on undef value.
Stefanos Baziotis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 24 14:43:54 PST 2019
baziotis updated this revision to Diff 235235.
baziotis added a comment.
- Small changes.
@uenoku please update me if you want something changed. Also, after this diff I was planning to make another to use `AAValueSimplify` in the other instructions as well. If you can, update me whether it's better to do it here.
Oh, also whether I should wait for https://reviews.llvm.org/D71852 to be committed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71799/new/
https://reviews.llvm.org/D71799
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
llvm/test/Transforms/Attributor/undefined_behavior.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71799.235235.patch
Type: text/x-patch
Size: 11814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191224/306ed354/attachment.bin>
More information about the llvm-commits
mailing list