[PATCH] D109537: [InstCombine] move extend after insertelement if both operands are extended

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 05:01:53 PDT 2021


spatel added a comment.

In D109537#2994331 <https://reviews.llvm.org/D109537#2994331>, @spatel wrote:

> https://alive2.llvm.org/ce/z/Rh_dqv (bitcast)

Just noticed that we already have this one at line 1436 of the existing source file:

  // If the vector and scalar are both bitcast from the same element type, do
  // the insert in that source type followed by bitcast.


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

https://reviews.llvm.org/D109537



More information about the llvm-commits mailing list