[PATCH] D71315: [WIP] Draft assembler support for branch alignment

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 17:38:53 PST 2019


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

Update to proposed .push_align_branch_boundary syntax.  Note that there's no implementation - as that's in the original patch - this is just round trip serialization.


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

https://reviews.llvm.org/D71315

Files:
  llvm/include/llvm/MC/MCAsmBackend.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/MC/MCAsmStreamer.cpp
  llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  llvm/test/MC/X86/align-branch-boundary.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71315.234430.patch
Type: text/x-patch
Size: 9627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191218/35a85353/attachment.bin>


More information about the llvm-commits mailing list