Make X86AsmBackend generate smarter nops instead of a bunch of 0x90 for code alignment for CPUs which don't support long nop instructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D14178
Alternative to long nops for X86 CPUs ClosedPublic Authored by aturetsk on Oct 29 2015, 9:11 AM.
Details
Summary Make X86AsmBackend generate smarter nops instead of a bunch of 0x90 for code alignment for CPUs which don't support long nop instructions.
Diff Detail
Event Timelineaturetsk updated this object. Closed by commit rL253557: Alternative to long nops for X86 CPUs, by Andrey Turetsky (authored by ABataev). · Explain WhyNov 19 2015, 3:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 40625 llvm/trunk/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
llvm/trunk/test/MC/X86/x86_nop.s
|