[PATCH] D15648: Add command line options to force function/loop alignments.

Geoff Berry via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 22 14:36:00 PST 2015


gberry added a comment.

LGTM with one caveat: we should double-check that the MachineBlock emission handles the case where the padding instruction bytes could be executed (i.e. that it knows to emit nops instead of just zeros).


http://reviews.llvm.org/D15648





More information about the llvm-commits mailing list