[PATCH] D98884: [IR] Add opt-in parameter to hasAddressTaken() to ignore bitcasts callee in callbase instruction

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 00:23:25 PDT 2021


madhur13490 updated this revision to Diff 332207.
madhur13490 added a comment.

rebase, address review comments to remove the optiona flag, update summary, rename and fix tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98884

Files:
  llvm/include/llvm/IR/Function.h
  llvm/lib/IR/Function.cpp
  llvm/test/Analysis/CallGraph/ignore-bitcast-call-argument-callee.ll
  llvm/test/Analysis/CallGraph/ignore-bitcast-call-argument.ll
  llvm/test/Analysis/CallGraph/ignore-bitcast-callees.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98884.332207.patch
Type: text/x-patch
Size: 5111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210322/faf9626b/attachment.bin>


More information about the llvm-commits mailing list