[PATCH] D83248: [NFCI][IR] Introduce CallBase::Create() wrapper
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 6 12:06:02 PDT 2020
lebedev.ri created this revision.
lebedev.ri added reviewers: chandlerc, jdoerfert, dblaikie, nickdesaulniers.
lebedev.ri added a project: LLVM.
Herald added a subscriber: hiraditya.
It is reasonably common to want to clone some call with different bundles.
Let's actually provide an interface to do that.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83248
Files:
llvm/include/llvm/IR/InstrTypes.h
llvm/lib/IR/Instructions.cpp
llvm/lib/Transforms/CFGuard/CFGuard.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/lib/Transforms/Utils/InlineFunction.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83248.275782.patch
Type: text/x-patch
Size: 5210 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200706/aa69a76b/attachment.bin>
More information about the llvm-commits
mailing list