[PATCH] D65243: [Attributor] Using liveness in other attributes.

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 26 13:11:19 PDT 2019


sstefan1 updated this revision to Diff 211994.
sstefan1 added a comment.

- adding instruction-wise is Assumed/Known Dead checks. This resolves FIXME in TEST 2.
- addressing comments

  It should be noted that there is still a problem in AAReturnedValues. I will have to do a debug build, which will take quiet a lot of time, to investigate further.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65243

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/FunctionAttrs/liveness.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65243.211994.patch
Type: text/x-patch
Size: 21097 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190726/50d8c86a/attachment-0001.bin>


More information about the llvm-commits mailing list