[PATCH] D150210: [CodeGenPrepare] Fix for using outdated/corrupt LoopInfo
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 10 01:30:03 PDT 2023
chill added inline comments.
================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:602
MadeChange = false;
- DT.reset();
+ resetDT();
----------------
efriedma wrote:
> InitialLI is pointless if you're going to immediately throw it away.
It's used in the construction of `BranchProbabilityInfo` and `BlockGFrequenceInfo`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150210/new/
https://reviews.llvm.org/D150210
More information about the llvm-commits
mailing list