diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2016-01-29 13:03:51 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2016-01-29 05:03:51 -0800 |
commit | 96db298a7164234d46ed60d82d9df8e31e8257b2 (patch) | |
tree | 1ed6e1c42721610e98d83feb0569c532591787bf /gcc/lra-constraints.c | |
parent | 86b3a101ff7d3a883c9e14dcd46c8bfcb2751d06 (diff) | |
download | gcc-96db298a7164234d46ed60d82d9df8e31e8257b2.zip gcc-96db298a7164234d46ed60d82d9df8e31e8257b2.tar.gz gcc-96db298a7164234d46ed60d82d9df8e31e8257b2.tar.bz2 |
Use vm in sse2_cvtps2pd<mask_name>
sse2_cvtps2pd<mask_name> has
(define_insn "sse2_cvtps2pd<mask_name>"
[(set (match_operand:V2DF 0 "register_operand" "=v")
(float_extend:V2DF
(vec_select:V2SF
(match_operand:V4SF 1 "vector_operand" "vBm")
(parallel [(const_int 0) (const_int 1)]))))]
The memory operand size is 8 bytes (2 floats). We should use vm instead
of vBm.
* config/i386/sse.md (sse2_cvtps2pd<mask_name>): Replace vBm
with vm.
From-SVN: r232979
Diffstat (limited to 'gcc/lra-constraints.c')
0 files changed, 0 insertions, 0 deletions