[PATCH] D71238: Align non-fused branches within 32-Byte boundary (basic case)

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 09:08:21 PST 2019


reames added a comment.

In D71238#1778856 <https://reviews.llvm.org/D71238#1778856>, @LuoYuanke wrote:

> Do we need some option or syntax to disable ".boundary_align 4", so that the same code can be compiled for some machine that do not need align branch?


I wouldn't think so.  Macros could be used for this purpose if needed.  We - to my admittedly limited knowledge - don't have anything analogous for other forms of alignment for instance.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71238





More information about the llvm-commits mailing list