[all-commits] [llvm/llvm-project] 75a3d9: [IR][NFC] Adds BasicBlock::splice().
vporpo via All-commits
all-commits at lists.llvm.org
Thu Dec 1 13:54:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75a3d9d1b30d148e0cade62c45be7accb5661dc4
https://github.com/llvm/llvm-project/commit/75a3d9d1b30d148e0cade62c45be7accb5661dc4
Author: Vasileios Porpodas <vporpodas at google.com>
Date: 2022-12-01 (Thu, 01 Dec 2022)
Changed paths:
M llvm/include/llvm/IR/BasicBlock.h
M llvm/lib/IR/BasicBlock.cpp
M llvm/unittests/IR/BasicBlockTest.cpp
Log Message:
-----------
[IR][NFC] Adds BasicBlock::splice().
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.
Differential Revision: https://reviews.llvm.org/D138977
More information about the All-commits
mailing list