[PATCH] D138617: [NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with eraseFromParent().

Vasileios Porpodas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 23 22:49:19 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGaf4e856fa71c: [NFC] Replaced BB->getInstList().{erase(),pop_front(),pop_back()} with… (authored by vporpo).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138617/new/

https://reviews.llvm.org/D138617

Files:
  llvm/lib/Analysis/DomTreeUpdater.cpp
  llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Utils/BypassSlowDivision.cpp
  llvm/lib/Transforms/Utils/FlattenCFG.cpp
  llvm/lib/Transforms/Utils/InlineFunction.cpp
  llvm/lib/Transforms/Utils/Local.cpp
  llvm/lib/Transforms/Utils/LoopPeel.cpp
  llvm/lib/Transforms/Utils/LoopSimplify.cpp
  llvm/lib/Transforms/Utils/LoopUnroll.cpp
  llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp
  llvm/lib/Transforms/Utils/LowerInvoke.cpp
  llvm/lib/Transforms/Utils/LowerSwitch.cpp
  llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
  llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp
  llvm/tools/bugpoint-passes/TestPasses.cpp
  llvm/tools/bugpoint/CrashDebugger.cpp
  llvm/tools/bugpoint/ExtractFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138617.477686.patch
Type: text/x-patch
Size: 13036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221124/429a43ae/attachment.bin>


More information about the llvm-commits mailing list