[PATCH] D101817: [MC][X86] Automatic alignment for Macro-Op Fusion

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 3 23:54:29 PDT 2021


Amir created this revision.
Amir added reviewers: skan, MaskRay.
Herald added subscribers: pengfei, hiraditya.
Amir requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Introduce an option x86-align-for-macrofusion to automatically align macro-fusion
pairs not to be delimited by a cache line boundary (necessary condition for 
macro-op fusion on modern Intel cores).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D101817

Files:
  llvm/include/llvm/MC/MCFragment.h
  llvm/lib/MC/MCAssembler.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h
  llvm/test/MC/X86/x86_64-auto-mf-align.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101817.342656.patch
Type: text/x-patch
Size: 8456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210504/c92a5d35/attachment.bin>


More information about the llvm-commits mailing list