[PATCH] D75923: [Attributor] Deduction based on recursive path exploration

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 07:32:19 PDT 2020


uenoku created this revision.
uenoku added reviewers: jdoerfert, sstefan1, baziotis.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

This is the next patch of D65593 <https://reviews.llvm.org/D65593>. This patch enables us to explore must-be-executed-context recursively.


https://reviews.llvm.org/D75923

Files:
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/test/Transforms/Attributor/dereferenceable-1.ll
  llvm/test/Transforms/Attributor/nonnull.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75923.249368.patch
Type: text/x-patch
Size: 7262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200310/18a5eacb/attachment.bin>


More information about the llvm-commits mailing list