[all-commits] [llvm/llvm-project] 3367e9: [X86] Enable multibyte NOPs in 64-bit mode for pad...
topperc via All-commits
all-commits at lists.llvm.org
Wed Jul 1 10:57:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3367e9dac56024147bbd916c40bfe6a4ee61079b
https://github.com/llvm/llvm-project/commit/3367e9dac56024147bbd916c40bfe6a4ee61079b
Author: Craig Topper <craig.topper at intel.com>
Date: 2020-07-01 (Wed, 01 Jul 2020)
Changed paths:
M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
M llvm/test/MC/X86/align-branch-bundle.s
M llvm/test/MC/X86/align-branch-pad-max-prefix.s
Log Message:
-----------
[X86] Enable multibyte NOPs in 64-bit mode for padding/alignment.
The default CPU used by llvm-mc doesn't have the NOPL feature, but
if we know we're compiling in 64-bit mode we should be able to
use nopl.
More information about the All-commits
mailing list