[PATCH] D98884: [IR] Ignore bitcasts of function pointers which are only used as callees in callbase instruction

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 02:24:07 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG167ea67d76c2: [IR] Ignore bitcasts of function pointers which are only used as callees in… (authored by madhur13490).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98884

Files:
  llvm/lib/IR/Function.cpp
  llvm/lib/Transforms/IPO/GlobalOpt.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
  llvm/test/Analysis/CallGraph/ignore-bitcast-callees2.ll
  llvm/test/Transforms/Attributor/IPConstantProp/arg-count-mismatch.ll
  llvm/test/Transforms/Attributor/IPConstantProp/arg-type-mismatch.ll
  llvm/test/Transforms/GlobalOpt/assumelike-bitcast-fastcc.ll
  llvm/test/Transforms/GlobalOpt/bitcast-call-argument-fastcc.ll
  llvm/test/Transforms/GlobalOpt/bitcast-callees-fastcc.ll
  llvm/test/Transforms/GlobalOpt/blockaddr-bitcast-fastcc.ll
  llvm/test/Transforms/OpenMP/parallel_deletion_cg_update.ll
  llvm/test/Transforms/SCCP/arg-count-mismatch.ll
  llvm/test/Transforms/SCCP/arg-type-mismatch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98884.335441.patch
Type: text/x-patch
Size: 21805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210406/913250d6/attachment.bin>


More information about the llvm-commits mailing list