[PATCH] D138977: [IR][NFC] Adds BasicBlock::splice().

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 20:58:22 PST 2022


vporpo created this revision.
vporpo added reviewers: asbirlea, aeubanks.
Herald added a subscriber: hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Currently the only way to do this is to work with the instruction list directly.
This is part of a series of cleanup patches towards making BasicBlock::getInstList() private.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138977

Files:
  llvm/include/llvm/IR/BasicBlock.h
  llvm/lib/IR/BasicBlock.cpp
  llvm/unittests/IR/BasicBlockTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138977.478796.patch
Type: text/x-patch
Size: 6635 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221130/089be6bb/attachment.bin>


More information about the llvm-commits mailing list