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] Fix combiner to create canonical CONST_INTs (PR rtl-optimization/53519)


Jakub Jelinek <jakub@redhat.com> writes:
> 2012-05-30  Jakub Jelinek  <jakub@redhat.com>
>
> 	PR rtl-optimization/53519
> 	* combine.c (simplify_shift_const_1) <case NOT>: Use constm1_rtx
> 	instead of GEN_INT (GET_MODE_MASK (mode)) as second operand of XOR.
>
> 	* gcc.c-torture/compile/pr53519.c: New test.

OK, thanks.

Richard


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