commit | b762d2ebf9dc604561d9915c96b377235c94960c | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Wed Oct 22 10:11:06 2014 +0100 |
committer | Roland Levillain <rpl@google.com> | Wed Oct 22 10:11:06 2014 +0100 |
tree | aa6060b282db511651908d232a6b16ecbb22b755 | |
parent | 4ff20eba94a2519e5bac57b5f92e04741ea90141 [diff] |
Various fixes related to integer negate operations. - Emit an RSB instruction for HNeg nodes in the ARM code generator instead of RSBS, as we do not need to update the condition code flags in this case. - Simply punt when trying to statically evaluate a long unary operation, instead of aborting. - Move a test case to the right place. Change-Id: I35eb8dea58ed35258d4d8df77181159c3ab07b6f