[PATCH] D68934: [Attributor] Make value simplify stronger

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 8 22:08:18 PST 2019


jdoerfert updated this revision to Diff 232757.
jdoerfert edited the summary of this revision.
jdoerfert added a comment.

The first version was broken, really broken. This actually passed all the test
suite test (and SPEC2006) when I did the eval for the LLVM-DEV. However, it
needs to be rebased properly and split.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68934

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/Attributor/nonnull.ll
  llvm/test/Transforms/Attributor/returned.ll
  llvm/test/Transforms/Attributor/value-simplify.ll
  llvm/test/Transforms/FunctionAttrs/arg_returned.ll
  llvm/test/Transforms/FunctionAttrs/nonnull.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68934.232757.patch
Type: text/x-patch
Size: 56839 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191209/7b82c9c0/attachment-0001.bin>


More information about the llvm-commits mailing list