<div dir="ltr">Hello!<div>(+cc Adam Nemet, since he presented on optimization remarks at LLVM Dev Mtg 2016)</div><div><br></div><div>I have a large C++ program, which I am compiling using a sampling profile generated via perf and AutoFDO. I'd like to use this profile in order to show the hotness of each code path that is displayed in the new optimization remarks viewer tool (<a href="https://www.youtube.com/watch?v=qq0q1hfzidg">https://www.youtube.com/watch?v=qq0q1hfzidg</a>).</div><div><br></div><div>It seems, however, that the '-fdiagnostics-show-hotness' option emits a warning when used with '-fprofile-sample-use': "warning: argument '-fdiagnostics-show-hotness' requires profile-guided optimization information".</div><div><br></div><div>Looking at the code in Clang that generates the warning, it appears that the warning is emitted unless instrumentation profile data is provided. Am I correct in understanding that sampling profile data cannot be used to determine the hotness of the code paths displayed via opt-viewer?</div><div><br></div><div>If this is correct, I am curious if this is a hard limitation, or whether I can do some work on CodeGen or ORE to make it possible to use a sampling profile. I ask because, while I'm excited to use optimization remarks, getting an instrumentation profile of my program would be difficult -- it's performance-critical and I can't release an instrumented build.</div><div><br></div><div>Sorry if this is a dumb question -- I don't have much experience using PGO -- and thanks for all the work on opt-viewer! It's really fun to use.</div><div><br></div><div>- Brian Gesiak</div></div>