[PATCH] D75203: Relax existing instructions to reduce the number of nops needed for alignment purposes

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 16:03:25 PST 2020


reames updated this revision to Diff 247747.
reames added a comment.

Remove the relaxFragment loop.  Now that boundary align fragments no longer need relaxed to update size, this is now just a nop.


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

https://reviews.llvm.org/D75203

Files:
  llvm/include/llvm/MC/MCAsmBackend.h
  llvm/include/llvm/MC/MCAssembler.h
  llvm/lib/MC/MCAssembler.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  llvm/test/MC/X86/align-branch-64.s
  llvm/test/MC/X86/align-via-relaxation.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75203.247747.patch
Type: text/x-patch
Size: 13445 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/0af3166d/attachment-0001.bin>


More information about the llvm-commits mailing list