[llvm-bugs] [Bug 42105] New: [DAGCombine] Improve float vector support in isNegatibleForFree/GetNegatedExpression
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jun 2 04:45:39 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42105
Bug ID: 42105
Summary: [DAGCombine] Improve float vector support in
isNegatibleForFree/GetNegatedExpression
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: lebedev.ri at gmail.com, llvm-bugs at lists.llvm.org,
spatel+llvm at rotateright.com
We don't peek through build vectors (either to float constants or scalar float
ops) and we use dyn_cast<ConstantFPSDNode> instead of isConstOrConstSplatFP
This isn't motivated by a particular missed optimization, just an observation.
--
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/20190602/852f0229/attachment.html>
More information about the llvm-bugs
mailing list