[llvm-bugs] [Bug 37761] New: [SelectionDAG] Generalise SelectionDAG::computeOverflowKind to support other opcodes
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 10 09:56:43 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=37761
Bug ID: 37761
Summary: [SelectionDAG] Generalise
SelectionDAG::computeOverflowKind to support other
opcodes
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Common Code Generator Code
Assignee: unassignedbugs at nondot.org
Reporter: llvm-dev at redking.me.uk
CC: deadalnix at gmail.com, lebedev.ri at gmail.com,
llvm-bugs at lists.llvm.org, spatel+llvm at rotateright.com
SelectionDAG::computeOverflowKind is currently only to be used for additions;
it'd be useful for it to also handle signed/unsigned ISD::SUB and ISD::MUL (to
cover all the SADDO/UADD, SSUBO/USUBO and SMULO/UMULO nodes).
--
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/20180610/77ecd232/attachment.html>
More information about the llvm-bugs
mailing list