[PATCH] D140237: [IR][NFC] Add BasicBlock::erase(Instruction *I) for erasing a single Instruction.

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 11:26:06 PST 2022


aeubanks added a comment.

is this to use with `Instruction::eraseFromParent`? if so I think that change should also be in this patch to show why this patch exists


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140237



More information about the llvm-commits mailing list