diff options
author | Stuart Monteith <stuart.monteith@arm.com> | 2014-07-11 16:31:28 +0100 |
---|---|---|
committer | Stuart Monteith <stuart.monteith@arm.com> | 2014-07-11 18:26:19 +0100 |
commit | 873c371eea7d8700c8037d790de168b5ed7c20d0 (patch) | |
tree | 50fdf84df3a46ad58511a171e6f2881f43e9a83b /compiler/optimizing/graph_visualizer.cc | |
parent | 3641ac7de8b51c0853eaaa2ba3a3ab7e65a837c5 (diff) |
ART: Fix GenSelect for ARM64
Add CSINV and replace CSNEG in GenSelect.
Some tests were failing in 083-complier-regression as CSNEG
was used instead of CSINV. CSNEG on xzr yields 0, whereas
CSINV negates the bits and yields -1, which was the intention.
Change-Id: I60557e34483f98310f7d33f18d8db203fba6e78f
Signed-off-by: Stuart Monteith <stuart.monteith@arm.com>
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions