[PATCH] D39840: [MC][X86] Code padding for performance stability - Branch instructions and targets alignment

Omer Paparo Bivas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 23:48:06 PST 2017


opaparo updated this revision to Diff 122783.
opaparo added a comment.

Replacing std::make_unique with llvm::make_unique.
Adding "skylake-avx512" to the architectures which the optimization will be enabled for.


https://reviews.llvm.org/D39840

Files:
  lib/MC/MCCodePadder.cpp
  lib/Target/X86/MCTargetDesc/CMakeLists.txt
  lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
  lib/Target/X86/MCTargetDesc/X86MCCodePadder.cpp
  lib/Target/X86/MCTargetDesc/X86MCCodePadder.h
  test/CodeGen/X86/branch_instruction_and_target_split_perf_nops.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39840.122783.patch
Type: text/x-patch
Size: 14916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171114/92a685ff/attachment.bin>


More information about the llvm-commits mailing list