]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH]Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1.
authorrenlin <renlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Apr 2015 08:36:21 +0000 (08:36 +0000)
committerrenlin <renlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Apr 2015 08:36:21 +0000 (08:36 +0000)
commitaf2cb09945deffe82a1484658d0969586e8b5d1f
treedebf7a214288565fe0e545f930bf1ce2b7acbee0
parente98e1692ca4c650f7ac51dcb6e5f9eb6ab8f30ee
[PATCH]Enable two UNSIGNED_FLOAT simplifications in simplify_unary_operation_1.

gcc/

2015-04-16  Renlin Li  <renlin.li@arm.com>

* simplify-rtx.c (simplify_unary_operation_1): Fix a typo. Enable two
simplifications for UNSIGNEDED_FLOAT.

gcc/testsuite/

2015-04-16  Renlin Li  <renlin.li@arm.com>

* gcc.target/aarch64/unsigned-float.c: New.
* gcc.target/arm/unsigned-float.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222143 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/simplify-rtx.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/aarch64/unsigned-float.c [new file with mode: 0644]
gcc/testsuite/gcc.target/arm/unsigned-float.c [new file with mode: 0644]