[llvm-bugs] [Bug 31225] New: X86 - adding "hasNopl()" as subtarget feature
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Dec 1 07:14:53 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=31225
Bug ID: 31225
Summary: X86 - adding "hasNopl()" as subtarget feature
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: asaf.badouh at intel.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
some CPUs don't support long nop.
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp contain big condition with string
compares over all the CPUs that don't support nopl (HasNopl), it can be
replaced with new subtarget feature.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20161201/412cd7f8/attachment.html>
More information about the llvm-bugs
mailing list