Ran
|
Jobs
1
|
Files
89
|
Run time
10s
|
Badge
README BADGES
|
push
github
Fix FOLD rule for x-0. Reported by XmiliaH. (cherry-picked from commit 7b994e0ee) Fold optimization x - (-0) ==> x is INVALID for x = -0 in FP arithmetic. Its result is -0 instead of +0. This patch allows only x - (+0) ==> x optimization. Sergey Kaplun: * added the description and the test for the problem Part of tarantool/tarantool#9145 Reviewed-by: Maxim Kokryashkin <m.kokryashkin@tarantool.org> Reviewed-by: Sergey Bronnikov <sergeyb@tarantool.org> Signed-off-by: Igor Munkin <imun@tarantool.org>
5358 of 5975 branches covered (0.0%)
Branch coverage included in aggregate %.
1 of 1 new or added line in 1 file covered. (100.0%)
48 existing lines in 5 files now uncovered.20503 of 23304 relevant lines covered (87.98%)
2753419.16 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
72.56 |
-0.08% | src/lj_crecord.c |
1 |
95.65 |
-0.05% | src/lj_record.c |
2 |
96.4 |
-0.15% | src/lj_asm.c |
2 |
94.86 |
-0.68% | src/lj_opt_loop.c |
42 |
64.44 |
-20.44% | src/lj_sysprof.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 6826413015.1 | 89 |
88.33 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|