[PATCH] D143631: [LTO] Don't let InstCombine re-sink the vastly more expensive fdiv
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 06:59:20 PDT 2023
nikic added inline comments.
================
Comment at: llvm/lib/Passes/PassBuilderPipelines.cpp:1250
/*AllowSpeculation=*/true),
/*UseMemorySSA=*/true, /*UseBlockFrequencyInfo=*/false));
}
----------------
It would be better to move these InstCombine + LICM passes out of the if and drop the InstCombine below.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143631/new/
https://reviews.llvm.org/D143631
More information about the llvm-commits
mailing list