[PATCH] D151648: [IPSCCP] Make sure Post Dominator Tree always is updated
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 29 08:38:42 PDT 2023
bjope added a comment.
The commits to revert (without causing conflicts) seem to be:
1. 0524534d5220da5ecb2c <https://reviews.llvm.org/rG0524534d5220da5ecb2cd424a46520184d2be366> "[FuncSpec] Enable specialization of literal constants."
2. ced90d1ff64a89a13479a <https://reviews.llvm.org/rGced90d1ff64a89a13479a37a3b17a411a3259f9f> "[FuncSpec] Improve the accuracy of the cost model."
3. 13e3d4aa5a4e9062bb37 <https://reviews.llvm.org/rG13e3d4aa5a4e9062bb377207e522cd4f8ed688bd> "[Pipeline] Don't run EarlyFPM in LTO post link"
4. 1b1232047e83b69561fd <https://reviews.llvm.org/rG1b1232047e83b69561fd64b9547cb0a0d374473a> "[FuncSpec] Replace LoopInfo with BlockFrequencyInfo."
I think commit (3) would be "collateral damage" as it seem to be unrelated (it was done by @aeubanks).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151648/new/
https://reviews.llvm.org/D151648
More information about the llvm-commits
mailing list