[PATCH] D90529: Allow nonnull/align attribute to accept poison

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 19:13:10 PST 2021


aqjune updated this revision to Diff 316308.
aqjune added a comment.
Herald added a reviewer: sstefan1.
Herald added subscribers: bbn, kuter.
Herald added a reviewer: baziotis.

Address comments, leave tests with FIXME


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90529

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/IR/Argument.h
  llvm/lib/Analysis/ValueTracking.cpp
  llvm/lib/IR/Function.cpp
  llvm/lib/Transforms/IPO/FunctionAttrs.cpp
  llvm/test/Analysis/ValueTracking/known-nonnull-at.ll
  llvm/test/Transforms/Attributor/align.ll
  llvm/test/Transforms/Attributor/nonnull.ll
  llvm/test/Transforms/FunctionAttrs/nonnull.ll
  llvm/test/Transforms/InstCombine/call_nonnull_arg.ll
  llvm/test/Transforms/InstCombine/unused-nonnull.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90529.316308.patch
Type: text/x-patch
Size: 11949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210113/cb12ec3b/attachment-0001.bin>


More information about the llvm-commits mailing list