[PATCH] D97982: [MC] Introduce NeverAlign fragment type

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 14:29:35 PST 2021


Amir created this revision.
Amir added reviewers: maksfb, rafauler, llvm-commits.
Herald added a subscriber: hiraditya.
Amir requested review of this revision.
Herald added a project: LLVM.

Introduce NeverAlign fragment type.
This patch introduces functionality used by BOLT when
emitting code with MacroFusion alignment already in place.
This patch is necessary for upstreaming BOLT.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97982

Files:
  llvm/include/llvm/MC/MCFragment.h
  llvm/include/llvm/MC/MCObjectStreamer.h
  llvm/include/llvm/MC/MCStreamer.h
  llvm/lib/MC/MCAssembler.cpp
  llvm/lib/MC/MCFragment.cpp
  llvm/lib/MC/MCObjectStreamer.cpp
  llvm/lib/MC/MCStreamer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97982.328309.patch
Type: text/x-patch
Size: 9279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210304/8e9d93f2/attachment.bin>


More information about the llvm-commits mailing list