]> 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:16:48 +0000 (15:16 -0400)
committerMichael Meissner <meissner@linux.ibm.com>
Wed, 19 Apr 2023 19:16:48 +0000 (15:16 -0400)
commit2ecd33ae0e474e043aa8b509ba2bc0af1cbc8597
tree818e0f71b8a53fb1116230f5ec769855b7a0a9cf
parent5e229034bf8bb04c66b694f108a8eeaa05a72160
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.059466 seconds and 6 git commands to generate.