]> gcc.gnu.org Git - gcc.git/commit
Combine vec_extract of V4SF with DF convert with variable element.
authorMichael Meissner <meissner@linux.ibm.com>
Fri, 21 Apr 2023 23:27:45 +0000 (19:27 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Fri, 21 Apr 2023 23:27:45 +0000 (19:27 -0400)
commit2b55251044c9884dd0b350b218a43caf0fe93646
tree90c8b014c4ffdfe61f6d3581bc2c7824e1a96c42
parent90d911557e5dcfc40d07be3cfda82a497e1c0135
Combine vec_extract of V4SF with DF convert with variable element.

This patch adds a combine insn that merges loading up a vec_extract of V4SFmode
where the element number is variable combined with a conversion to DFmode.

2023-04-21   Michael Meissner  <meissner@linux.ibm.com>

gcc/

* config/rs6000/vsx.md (vsx_extract_v4sf_var_load_to_df): New insn.
gcc/config/rs6000/vsx.md
This page took 0.058029 seconds and 6 git commands to generate.