This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/64436] optimize-bswapdi-3.c fails on aarch64_be-none-elf
- From: "thopre01 at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 13 Jan 2015 11:23:34 +0000
- Subject: [Bug tree-optimization/64436] optimize-bswapdi-3.c fails on aarch64_be-none-elf
- Auto-submitted: auto-generated
- References: <bug-64436-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64436
--- Comment #1 from thopre01 at gcc dot gnu.org ---
Author: thopre01
Date: Tue Jan 13 11:23:01 2015
New Revision: 219525
URL: https://gcc.gnu.org/viewcvs?rev=219525&root=gcc&view=rev
Log:
2015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
gcc/
PR tree-optimization/64436
* tree-ssa-math-opts.c (find_bswap_or_nop_1): Move code performing the
merge of two symbolic numbers for a bitwise OR to ...
(perform_symbolic_merge): This. Also fix computation of the range and
end of the symbolic number corresponding to the result of a bitwise OR.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/tree-ssa-math-opts.c