This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Remove goto for vec_concat and vec_interleave


H.J. Lu wrote:
This patch removes goto for vec_concat and vec_interleave in
ix86_expand_vector_init_general.  The main benefit is the new
code is easier to extend. I am testing it on Linux/Intel64. OK
for trunk?

2008-05-21 H.J. Lu <hongjiu.lu@intel.com>

* config/i386/i386.c (ix86_expand_vector_init_general): Remove
goto for vec_concat and vec_interleave.
OK for mainline.

Thanks,
Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]