diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2018-10-18 21:29:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl@gcc.gnu.org> | 2018-10-18 14:29:55 -0700 |
commit | 28dd75a330e7cc929a6be489ea3c252dd4a8bd8a (patch) | |
tree | d9b332802b405d6535065c2a11ff02798b0534dd /gcc/cfgexpand.c | |
parent | 9a91ed2a2ebf5d38b9a47cb7a154592fca582e5f (diff) | |
download | gcc-28dd75a330e7cc929a6be489ea3c252dd4a8bd8a.zip gcc-28dd75a330e7cc929a6be489ea3c252dd4a8bd8a.tar.gz gcc-28dd75a330e7cc929a6be489ea3c252dd4a8bd8a.tar.bz2 |
Limit mask of vec_merge to HOST_BITS_PER_WIDE_INT
Since mask of vec_merge is in HOST_WIDE_INT, HOST_BITS_PER_WIDE_INT is
the maximum number of vector elements.
* simplify-rtx.c (simplify_subreg): Limit mask of vec_merge to
HOST_BITS_PER_WIDE_INT.
(test_vector_ops_duplicate): Likewise.
From-SVN: r265290
Diffstat (limited to 'gcc/cfgexpand.c')
0 files changed, 0 insertions, 0 deletions