[PATCH] D106720: [WIP][Attributor] AAFunctionReachability, Instruction reachability.

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 28 15:37:13 PDT 2021


kuter updated this revision to Diff 362568.
kuter added a comment.

- Explicitly handle InvokeInst.
- Add a option to note use backwards reachability.
- Don't use backwards reachability for transative queries (fixes the fixme)
- Address misc review.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106720

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/unittests/Transforms/IPO/AttributorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106720.362568.patch
Type: text/x-patch
Size: 13672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210728/e0d9ad75/attachment.bin>


More information about the llvm-commits mailing list