[PATCH] D72227: Add options for clang to align branches within 32B boundary

Kan Shengchen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 7 03:51:04 PST 2020


skan marked 5 inline comments as done.
skan added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:2217
+      HelpText<"Specify the maximum number of prefixes on an instruction to "
+               "align branches. The number should be between 0 and 4.">;
+def mbranches_within_32B_boundaries
----------------
annita.zhang wrote:
> Is there an upbound for this parameter?
yes, both upbound and default value is 5


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72227/new/

https://reviews.llvm.org/D72227





More information about the cfe-commits mailing list