[PATCH] D71799: [Attributor] AAUndefinedBehavior: Check for branches on undef value.
Stefanos Baziotis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 25 18:14:08 PST 2019
baziotis updated this revision to Diff 235310.
baziotis added a comment.
- Clarification on the uses of the 2 sets.
I was trying to get `AAValueSimplify` to work on the memory accessing instructions as well but at some point along the way
I ran the whole Attributor suite. **Important**: Unfortunately, it seems that this patch breaks 3 other test cases. Specifically, the `changeToUnreachable` part. I couldn't
understand why, I'll come back tomorrow. Please feel free to propose ideas (it seems that `AAIsDead` has problems with it).
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.235310.patch
Type: text/x-patch
Size: 13118 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191226/f1224a0d/attachment.bin>
More information about the llvm-commits
mailing list