[PATCH] D56281: [DAGCombiner] reduce buildvec of zexted extracted element to shuffle
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 21 09:48:55 PST 2019
spatel added a comment.
In D56281#1365476 <https://reviews.llvm.org/D56281#1365476>, @spatel wrote:
> I see the problem now: I forgot to verify that the build vector and the source vector of the extract element are the same size. Should have a fix committed soon.
Please see:
rL351753 <https://reviews.llvm.org/rL351753>
rL351754 <https://reviews.llvm.org/rL351754>
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56281/new/
https://reviews.llvm.org/D56281
More information about the llvm-commits
mailing list