[all-commits] [llvm/llvm-project] ad8963: [NFC] Cleanup: Replace BB->getInstList().erase() w...

vporpo via All-commits all-commits at lists.llvm.org
Tue Dec 13 20:55:53 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad8963f344c9c7228e50c7ebca637ee04824adb9
      https://github.com/llvm/llvm-project/commit/ad8963f344c9c7228e50c7ebca637ee04824adb9
  Author: Vasileios Porpodas <vporpodas at google.com>
  Date:   2022-12-13 (Tue, 13 Dec 2022)

  Changed paths:
    M polly/lib/CodeGen/CodeGeneration.cpp

  Log Message:
  -----------
  [NFC] Cleanup: Replace BB->getInstList().erase() with I->eraseFromParent().

This is part of a series of patches that aim at making BasicBlock::getInstList() private.

Differential Revision: https://reviews.llvm.org/D139992




More information about the All-commits mailing list