[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 14:07:15 PST 2020


reames updated this revision to Diff 236451.
reames added a comment.
Herald added a subscriber: jfb.

Really helps if I upload the patch correctly...


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/Target/X86/AsmParser/X86AsmParser.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/lib/Target/X86/X86MCInstLower.cpp
  llvm/test/CodeGen/X86/implicit-null-check-noautopad.ll
  llvm/test/CodeGen/X86/statepoint-no-realign-stack.ll
  llvm/test/MC/X86/align-branch-boundary.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72303.236451.patch
Type: text/x-patch
Size: 19747 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200106/835d9847/attachment.bin>


More information about the llvm-commits mailing list