Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
9fdb31e12023d94c710a766a54d8a57c91a196f9
/
.
/
test
/
474-fp-sub-neg
/
info.txt
blob: eced93fef5559d770fc73fe8cb593db3102f9cda [
file
] [
log
] [
blame
]
Regression check for optimizing simplify instruction pass.
A pair (sub, neg) should not be transforemd to (sub) for
fp calculation because we can lose the sign of zero for
the following expression:
- ( A - B ) != B - A ; if B == A