[PATCH] D52894: Update CallSite docs and add a new function (NFC)

Scott Linder via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 4 10:06:34 PDT 2018


scott.linder created this revision.
scott.linder added reviewers: efriedma, sameerds.
Herald added subscribers: llvm-commits, aheejin, eraman, jgravelle-google, sbc100, dschuff.

Attempt to clarify the definition of "indirect call" in LLVM, and add a function to look through trivial casts in a call instruction.

The new function may not be necessary, and I'm not tied to any particular wording in the docs.


Repository:
  rL LLVM

https://reviews.llvm.org/D52894

Files:
  include/llvm/IR/CallSite.h
  lib/CodeGen/WinEHPrepare.cpp
  lib/IR/Verifier.cpp
  lib/Target/WebAssembly/WebAssemblyFixFunctionBitcasts.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/Utils/InlineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52894.168324.patch
Type: text/x-patch
Size: 4691 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181004/20d1df04/attachment.bin>


More information about the llvm-commits mailing list