[PATCH] D71787: [Attributor] UB Attribute now handles all instructions that access memory through a pointer

Stefanos Baziotis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 20 15:57:45 PST 2019


baziotis updated this revision to Diff 234987.
baziotis added a comment.

- `llvm/utils/update_test_checks.py` ran on `undefined_behavior.ll` test file.
- TODO to check more instructions in the future.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71787/new/

https://reviews.llvm.org/D71787

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/Attributor/undefined_behavior.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71787.234987.patch
Type: text/x-patch
Size: 10450 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191220/533a6b3b/attachment.bin>


More information about the llvm-commits mailing list