[PATCH] D38316: [InstCombine] replace bitcast to scalar + insertelement with widening shuffle + vector bitcast

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 13 08:59:37 PDT 2017


spatel abandoned this revision.
spatel added a comment.

Abandoning - we solved this more generally in one way, but more restricted in another in the DAG with https://reviews.llvm.org/D38388. If we find other gaps in this kind of code, we could resurrect this.


https://reviews.llvm.org/D38316





More information about the llvm-commits mailing list