[PATCH] D56184: [CallSite removal] Move the rest of IR implementation code away from `CallSite`.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 31 23:57:21 PST 2018


chandlerc created this revision.
Herald added subscribers: hiraditya, mcrosier, sanjoy.

With this change, the remaining `CallSite` usages are just for
implementing the wrapper type itself.

This does update the C API but leaves the names of that API alone and
only updates their implementation.


Repository:
  rL LLVM

https://reviews.llvm.org/D56184

Files:
  llvm/include/llvm/IR/InstrTypes.h
  llvm/include/llvm/IR/PatternMatch.h
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/Core.cpp
  llvm/lib/IR/Function.cpp
  llvm/lib/IR/Value.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56184.179791.patch
Type: text/x-patch
Size: 12026 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190101/ccb06f27/attachment.bin>


More information about the llvm-commits mailing list