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][AArch64] Improve bit-test-branch pattern to avoid unnecessary register clobber


On Tue, Jan 27, 2015 at 02:31:14PM +0000, Jiong Wang wrote:
> testcase changed to execution version, and moved to gcc.dg. the compile time only
> take several seconds. (previously I am using cc1 built by O0 which at most take 24s)
> 
> ok to install?

Ok for the testcase.
The config/aarch64/ bits I'll defer to aarch64 maintainers.

> 2015-01-19  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
>             Jiong Wang  <jiong.wang@arm.com>
> 
>   gcc/
>     * config/aarch64/aarch64.md (tb<optab><mode>1): Clobber CC reg instead of scratch reg.
>     (cb<optab><mode>1): Likewise.
>     * config/aarch64/iterators.md (bcond): New define_code_attr.
> 
>   gcc/testsuite/
>     * gcc.dg/long_branch.c: New testcase.

	Jakub


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