[llvm-bugs] [Bug 47398] New: SelectionDAG::simplifySelect is missing vector constant folding
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 2 09:46:09 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=47398
Bug ID: 47398
Summary: SelectionDAG::simplifySelect is missing vector
constant folding
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: justice.adams at sony.com, lebedev.ri at gmail.com,
llvm-bugs at lists.llvm.org, spatel+llvm at rotateright.com
It doesn't handle splat or uniform constant selection masks.
The True/False args don't need to be constant really, just BUILD_VECTORs should
be good enough.
--
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/20200902/438d5c70/attachment.html>
More information about the llvm-bugs
mailing list