[llvm-bugs] [Bug 36951] New: [X86] SandyBridge/Haswell/Broadwell/Skylake scheduler models lose the ReadAdvance information for all instructions that load from memory and read another operand from a register
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Mar 29 13:45:33 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=36951
Bug ID: 36951
Summary: [X86] SandyBridge/Haswell/Broadwell/Skylake scheduler
models lose the ReadAdvance information for all
instructions that load from memory and read another
operand from a register
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: craig.topper at gmail.com
CC: llvm-bugs at lists.llvm.org
For example
[0,0] DeER . . addl %edi, %esi
[0,1] D=eeeeeeER addl (%rdi), %esi
The second instruction shouldn't have to wait on the first instruction to
writeback before it can execute.
--
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/20180329/9241d06b/attachment.html>
More information about the llvm-bugs
mailing list