[PATCH] D72303: [BranchAlign] Compiler support for suppressing branch align

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 15:52:30 PST 2020


reames planned changes to this revision.
reames added a comment.

It looks like the actual padding support got lost in one of the rebases.  I'll need to rewrite that part.  Though, I think I'm going to take an alternate approach which prioritizes the integrated assembler and simple marks nopadding regions with comments (i.e. rather than directives).  That gives me most of what I'm looking for testing wise, and is a lot less likely to be controversial.


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

https://reviews.llvm.org/D72303





More information about the llvm-commits mailing list