[all-commits] [llvm/llvm-project] 55b9b1: Don't assert about missing profile info in createP...
Hans via All-commits
all-commits at lists.llvm.org
Tue May 5 10:04:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 55b9b11fea3e18b6826c39842bc43877d9eb57fd
https://github.com/llvm/llvm-project/commit/55b9b11fea3e18b6826c39842bc43877d9eb57fd
Author: Hans Wennborg <hans at chromium.org>
Date: 2020-05-05 (Tue, 05 May 2020)
Changed paths:
M clang/lib/CodeGen/CodeGenPGO.cpp
Log Message:
-----------
Don't assert about missing profile info in createProfileWeightsForLoop
The compiler shouldn't crash if the profile info is slightly off. We hit
this in Chromium.
Differential revision: https://reviews.llvm.org/D79417
More information about the All-commits
mailing list