[PATCH] D66718: [DAGCombiner] (insert_vector_elt (vector_shuffle X, Y), (extract_vector_elt X, N), IdxC) -> (vector_shuffle X, Y)

Amaury SECHET via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 27 05:00:43 PDT 2019


deadalnix added a comment.

In D66718#1645956 <https://reviews.llvm.org/D66718#1645956>, @lebedev.ri wrote:

> Looks like the link was incorrect, this didn't auto-close?


Why should this auto close?

It wasn't landed yet. I was wondering if the creation of vector shuffles should be normalized. I think it may be worth doing.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66718/new/

https://reviews.llvm.org/D66718





More information about the llvm-commits mailing list