[PATCH] D84722: Call site specific AAValueSimplification and AAIsDead.

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 27 21:53:36 PDT 2020


kuter created this revision.
Herald added subscribers: llvm-commits, okura, hiraditya.
Herald added a reviewer: jdoerfert.
Herald added a project: LLVM.
Harbormaster failed remote builds in B65951: Diff 281102!
Harbormaster returned this revision to the author for changes because remote builds failed.
kuter requested review of this revision.
kuter added a comment.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.
Herald added a subscriber: bbn.

Manually requesting review, since the Phabricator wasn't able to built this. From what I can see it was missing the parent revision with the last build.
Pre-merge checks should be ok now.


This patch makes it possible to do call site specific deductions
for AAValueSimplification and AAIsDead.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84722

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/Transforms/Attributor/cb_liveness.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84722.281102.patch
Type: text/x-patch
Size: 16636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200728/450c81e3/attachment.bin>


More information about the llvm-commits mailing list