[PATCH] D75438: [BranchAlign] Reduce the number of emitted fragments due to branch align

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 2 09:30:14 PST 2020


skan updated this revision to Diff 247671.
skan added a comment.

Inserting a fragment before the current insertion point is problematic now,
avoid doing this


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75438

Files:
  llvm/include/llvm/MC/MCFragment.h
  llvm/lib/MC/MCAssembler.cpp
  llvm/lib/MC/MCFragment.cpp
  llvm/lib/MC/MCObjectStreamer.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  llvm/test/MC/X86/align-branch-64-negative.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75438.247671.patch
Type: text/x-patch
Size: 10965 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200302/8a1e9b4e/attachment.bin>


More information about the llvm-commits mailing list