[llvm-bugs] [Bug 46524] New: [Scalarizer] Handling of variable insert/extracts?
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Jun 30 12:34:49 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=46524
Bug ID: 46524
Summary: [Scalarizer] Handling of variable insert/extracts?
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
Currently, Scalarizer does not handle variable insert/extract,
and a `@f12` test in basic.ll suggests that is not an omission per-se.
Question: is this an intentional design decision,
or would it be acceptable to implement it?
I maybe might want to explore adding Scalarizer into default pipeline,
limited to <=2 elt vectors.
--
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/20200630/8b21b70f/attachment.html>
More information about the llvm-bugs
mailing list