[PATCH] D60911: [PGO/SamplePGO][NFC] Move the function updateProfWeight from Instruction to CallInst
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 19 12:21:46 PDT 2019
davidxl accepted this revision.
davidxl added a comment.
This revision is now accepted and ready to land.
This is not completely NFC as it modifies branch weight update behavior (though correctly), so please do more pgo testings to avoid surprises (e.g, some weird dependencies on old behavior).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60911/new/
https://reviews.llvm.org/D60911
More information about the llvm-commits
mailing list