https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99517

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2021-03-10
           Keywords|                            |wrong-code

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Both functions get the same IL, the convertvector destination type is lost.

;; Function FI (null)
;; enabled by -tree-original


{
  return VIEW_CONVERT_EXPR<GV>(.VEC_CONVERT (x));
}


;; Function JI (null)
;; enabled by -tree-original


{
  return VIEW_CONVERT_EXPR<GV>(.VEC_CONVERT (x));
}

Reply via email to