[PATCH] D106402: [Attributor] AAFunctionReachability, Handle CallBase Reachability.

Kuter Dinel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 11 13:54:48 PDT 2021


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

- Use early increment iterator range rather than hacky code.
- Fix the infinite loop issue.
- Negative test case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106402

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: D106402.372095.patch
Type: text/x-patch
Size: 11430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210911/0ed60622/attachment.bin>


More information about the llvm-commits mailing list