Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D138976
[NFC] Replaces: BB->getInstList().erase(I) with I->eraseFromParent(). ClosedPublic Authored by vporpo on Nov 29 2022, 8:40 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 12 2022, 12:57 PM This revision was landed with ongoing or failed builds.Dec 12 2022, 4:23 PM Closed by commit rG4c5469e2c0c5: [NFC] Replaces: BB->getInstList().erase(I) with I->eraseFromParent(). (authored by vporpo). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 482307 llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp
|