[llvm-bugs] [Bug 46839] New: [InstCombine] FoldIntegerTypedPHI: missed cases
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 24 11:53:25 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46839
Bug ID: 46839
Summary: [InstCombine] FoldIntegerTypedPHI: missed cases
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: Scalar Optimizations
Assignee: unassignedbugs at nondot.org
Reporter: lebedev.ri at gmail.com
CC: llvm-bugs at lists.llvm.org
In the following example, instcombine's FoldIntegerTypedPHI()
doesn't handle all of the cases: https://godbolt.org/z/bzvW5T
All <16 x i8> ops should go away
--
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/20200724/22f4b501/attachment.html>
More information about the llvm-bugs
mailing list