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

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 15:04:52 PST 2020


reames updated this revision to Diff 236694.
reames edited the summary of this revision.
reames added a comment.

Completely rework patch to support integrated assembler only + comments for testing.

(Warning: patch description heavily modified)


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

https://reviews.llvm.org/D72303

Files:
  llvm/include/llvm/MC/MCAsmBackend.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/MC/MCObjectStreamer.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  llvm/lib/Target/X86/X86MCInstLower.cpp
  llvm/test/CodeGen/X86/align-branch-boundary-noautopadding.ll
  llvm/test/CodeGen/X86/align-branch-boundary-suppressions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72303.236694.patch
Type: text/x-patch
Size: 13241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200107/395e8f05/attachment.bin>


More information about the llvm-commits mailing list