[PATCH] D70157: Align branches within 32-Byte boundary

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 21 17:14:35 PST 2019


efriedma added inline comments.


================
Comment at: llvm/include/llvm/MC/MCFragment.h:684
+  // need to be aligned.
+  static unsigned AlignBoundarySize;
+  // AlignMaxPrefixSize - The maximum size of prefixes per instruction.
----------------
Global variables are forbidden in LLVM libraries; there could be multiple LLVMContexts in the same process.


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

https://reviews.llvm.org/D70157





More information about the llvm-commits mailing list