]> gcc.gnu.org Git - gcc.git/commit
Combine vec_extract of V4SF with DF convert.
authorMichael Meissner <meissner@linux.ibm.com>
Wed, 19 Apr 2023 19:24:36 +0000 (15:24 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Wed, 19 Apr 2023 19:24:36 +0000 (15:24 -0400)
commit354e5bb1234064a4a5a0cb88061470738107668f
tree818e0f71b8a53fb1116230f5ec769855b7a0a9cf
parent0d104dff7078a08820da5f8de190cc95dd0db88b
Combine vec_extract of V4SF with DF convert.

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

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

gcc/

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