[llvm] InstrProf: Mark BiasLI as invariant. (PR #95588)
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 16:37:27 PDT 2024
================
@@ -930,23 +930,8 @@ Value *InstrLowerer::getCounterAddress(InstrProfCntrInstBase *I) {
LoadInst *&BiasLI = FunctionToProfileBiasMap[Fn];
if (!BiasLI) {
----------------
chapuni wrote:
I'll do in the next time. I have to reconfirm the effort of "counter promotion".
https://github.com/llvm/llvm-project/pull/95588
More information about the llvm-commits
mailing list