[PATCH] D138979: [NFC] Cleanup: Replaces BB->getInstList().splice() with BB->splice().

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 21:13:00 PST 2022


vporpo created this revision.
vporpo added reviewers: asbirlea, aeubanks.
Herald added subscribers: ChuanqiXu, hiraditya.
Herald added a project: All.
vporpo requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.

This is part of a series of cleanup patches towards making BasicBlock::getInstList() private.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138979

Files:
  clang/lib/CodeGen/CGCleanup.cpp
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/lib/IR/Instruction.cpp
  llvm/lib/Transforms/Coroutines/CoroSplit.cpp
  llvm/lib/Transforms/Scalar/LoopInterchange.cpp
  llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Utils/CloneFunction.cpp
  llvm/lib/Transforms/Utils/FlattenCFG.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138979.478798.patch
Type: text/x-patch
Size: 12105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221130/b63831a9/attachment.bin>


More information about the llvm-commits mailing list