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, rtl]: Mode-switching: Mark block as nontransparent if its exiting mode != no_mode


> Attached patch fixes an oversight in mode-switching. For blocks
> without ANY mode requirements, we have to consider instructions with
> MODE_AFTER mode changes. If the exiting mode from the block is
> different that no_mode (the mode we start), we have to mark the block
> as nontransparent.
> 
> 2013-11-08  Uros Bizjak  <ubizjak@gmail.com>
> 
>     * mode-switching.c (optimize_mode_switching): Mark block as
>     nontransparent, if last_mode at block exit is different from no_mode.
> 
> Bootstrapped and regression tested on x86_64-pc-linux-gnu {,-m32}
> core-avx-i configured bootstrap.
> 
> OK for mainline and branches?

OK for mainline and 4.8 branch, if you complete the comment just above, for 
example "from no_mode, in which case we need to..."

-- 
Eric Botcazou


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