You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems llvm-bolt --help says nothing about -report-bad-layout. I only noticed because the BOLT paper mentions the option without the required uint argument, so the command was failing for me. In the end I found bolt/docs/CommandLineArgumentReference.md but --help doesn't mention the option at all.
The text was updated successfully, but these errors were encountered:
Yes. We don't have a strong definition of the "bad" layout and this option was indeed added for the paper to easily diagnose places where the compiler can generate suboptimal layout even in the presence of a high-quality profile. It was never intended for the end user. But now you seem to find a use for it, although I'm not convinced that's really what you
(or any user) need in the end.
It seems
llvm-bolt --help
says nothing about-report-bad-layout
. I only noticed because the BOLT paper mentions the option without the required uint argument, so the command was failing for me. In the end I foundbolt/docs/CommandLineArgumentReference.md
but--help
doesn't mention the option at all.The text was updated successfully, but these errors were encountered: