[PATCH] D82305: [Attr] Introduce the `nopoison` attribute
Luofan Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 19:52:54 PDT 2020
bbn abandoned this revision.
bbn added a comment.
In D82305#2107512 <https://reviews.llvm.org/D82305#2107512>, @nikic wrote:
> This overlaps with D82316 <https://reviews.llvm.org/D82316>. I believe the attribute defined there is more useful, because we generally need values to be non-poison *and* non-undef to make meaningful optimizations.
Oh sorry I didn't notice that, lets close this revision and move to that one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82305/new/
https://reviews.llvm.org/D82305
More information about the llvm-commits
mailing list