This is an archive of the discontinued LLVM Phabricator instance.

[Driver][X86] Add helptext for malign-branch*, mbranches-within-32B-boundaries
ClosedPublic

Authored by skan on Feb 23 2020, 5:05 AM.

Diff Detail

Event Timeline

skan created this revision.Feb 23 2020, 5:05 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2020, 5:05 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
annita.zhang added inline comments.Feb 23 2020, 4:57 PM
clang/include/clang/Driver/Options.td
2175

HelpText<"Align selected branches (fused/jcc/jmp) within 32-byte boundary. The branch types and boundary size can be overwritten by other specific options">;

skan marked an inline comment as done.Feb 23 2020, 6:03 PM
skan added inline comments.
clang/include/clang/Driver/Options.td
2175

This helptext seems too long. Could we use HelpText<"Align selected branches (fused, jcc, jmp) within 32-byte boundary">?

skan updated this revision to Diff 246132.Feb 23 2020, 6:26 PM
This revision is now accepted and ready to land.Feb 23 2020, 6:44 PM
This revision was automatically updated to reflect the committed changes.