This patch improves handling of shuffles in InstCombiner.
Note that it is currently "in progress".
Paths
| Differential D31927
Improve InstCombiner handling of shuffles AbandonedPublic Authored by jonpa on Apr 10 2017, 11:59 PM.
Details
Summary This patch improves handling of shuffles in InstCombiner. Note that it is currently "in progress".
Diff Detail Event Timelineefriedma added inline comments.
Comment Actions Thanks for review, but it seems the two other upcoming patches are making this less needed.
Revision Contents
Diff 94783 lib/Transforms/InstCombine/InstCombineVectorOps.cpp
|
We should try to solve this some other way; this is essentially a CSE transform.