[PATCH] D112290: [WIP][Attributor] Look through indirect calls

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 21 19:12:49 PDT 2021


jdoerfert created this revision.
jdoerfert added a reviewer: arsenm.
Herald added subscribers: ormris, okura, kuter, uenoku, bollu, hiraditya.
Herald added a reviewer: uenoku.
Herald added a reviewer: homerdin.
jdoerfert requested review of this revision.
Herald added a subscriber: wdng.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.
Herald added a project: LLVM.

Through the new `Attributor::checkForAllCallees` we can look through
indirect calls and visit all potential callees.

NOTE: This is a work in progress patch without much testing.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112290

Files:
  llvm/include/llvm/Transforms/IPO/Attributor.h
  llvm/lib/Transforms/IPO/Attributor.cpp
  llvm/lib/Transforms/IPO/AttributorAttributes.cpp
  llvm/test/Transforms/Attributor/IPConstantProp/arg-count-mismatch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112290.381458.patch
Type: text/x-patch
Size: 17298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211022/6f43ec53/attachment.bin>


More information about the llvm-commits mailing list