[PATCH] D71435: [WIP] [Attributor] Function level undefined behavior attribute
Stefanos Baziotis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 16 17:40:22 PST 2019
baziotis updated this revision to Diff 234201.
baziotis added a comment.
- `manifest` that changes to uncreachable live UB loads.
- Set both for UB loads and non-UB loads.
- Stats that use UB loads.
- Method that checks if a specific (load) instruction is considered UB.
Note: Clang format did its job a little bit too well and replaced 2 parts that are not related to this patch. Should I remove them?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71435/new/
https://reviews.llvm.org/D71435
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Transforms/IPO/Attributor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71435.234201.patch
Type: text/x-patch
Size: 8178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191217/bc888bb3/attachment.bin>
More information about the llvm-commits
mailing list