[PATCH] D139982: [IR] Adds Function::splice() member functions.
Vasileios Porpodas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 13 19:20:24 PST 2022
vporpo updated this revision to Diff 482690.
vporpo added a comment.
Removed the splice() variant that inserts a single block.
It has the same functionality as Function::insertBasicBlockAt().
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139982/new/
https://reviews.llvm.org/D139982
Files:
llvm/include/llvm/IR/Function.h
llvm/lib/IR/Function.cpp
llvm/unittests/IR/FunctionTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139982.482690.patch
Type: text/x-patch
Size: 8218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221214/44711933/attachment.bin>
More information about the llvm-commits
mailing list