Commit 7783a246 by Richard Earnshaw

re PR target/59744 (miscompilation of unsigned comparison on aarch64)

PR target/59744
Fix ChangeLog typos in previous commit (r206529).

From-SVN: r206530
parent 1c992d1e
2014-01-10 Richard Earnshaw <rearnsha@arm.com> 2014-01-10 Richard Earnshaw <rearnsha@arm.com>
PR target/9744 PR target/59744
* aarch64-modes.def (CC_Zmode): New flags mode. * aarch64-modes.def (CC_Zmode): New flags mode.
* aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition * aarch64.c (aarch64_select_cc_mode): Only allow NEG when the condition
represents an equality. represents an equality.
(aarch64_get_condition_code0): Handle CC_Zmode. (aarch64_get_condition_code): Handle CC_Zmode.
* aarch64.md (compare_neg<mode>): Restrict to equality operations. * aarch64.md (compare_neg<mode>): Restrict to equality operations.
2014-01-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 2014-01-10 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment