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

luoxhu at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |luoxhu at gcc dot gnu.org

--- Comment #1 from luoxhu at gcc dot gnu.org ---
Confirmed, I will fix it. 

Actually I have pending patch not committed yet. [PATCH 2/4] which generate
VIEW_CONVERT_EXPR is not committed, but V2DF VIEW_CONVERT_EXPR will be convert
to IFN VEC_SET in gimple-isel now which caused the ICE.

VIEW_CONVERT_EXPR<double[2]>(t)[i_12] = x_6(D);

(https://gcc.gnu.org/pipermail/gcc-patches/2020-October/555906.html)

IFN VEC_SET is not expanded on Power8 yet, [PATCH 3/4] could fix this. Need
Segher's approval.

Reply via email to