[PATCH] D71435: [WIP] [Attributor] Function level undefined behavior attribute
Stefanos Baziotis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 18 09:03:33 PST 2019
baziotis updated this revision to Diff 234555.
baziotis added a comment.
Apparently, I didn't look the implementation of `nullPointerIsDefined` that //I// referenced. I have to //set// the attribute equal to `"true"` and it works fine.
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
llvm/test/Transforms/Attributor/undefined_behavior.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71435.234555.patch
Type: text/x-patch
Size: 7714 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/34f41aa8/attachment.bin>
More information about the llvm-commits
mailing list