[llvm-bugs] [Bug 36930] New: [X86] Split WriteIDiv into 8/16/32/64 implementations
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Mar 28 04:21:55 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=36930
Bug ID: 36930
Summary: [X86] Split WriteIDiv into 8/16/32/64 implementations
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: llvm-dev at redking.me.uk
CC: llvm-bugs at lists.llvm.org
Blocks: 36908
It's highly unlikely that a target can perform different sized integer
divisions at the same rate, so why do we put them under the same scheduler
class?
Referenced Bugs:
https://bugs.llvm.org/show_bug.cgi?id=36908
[Bug 36908] [meta][x86] Improve scheduler classes instruction coverage
--
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/20180328/0703875b/attachment.html>
More information about the llvm-bugs
mailing list