• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / luajit / 15588645044 / 1
93%
tarantool/master: 93%

Build:
Build:
LAST BUILD BRANCH: ligurio/lj-1459-ub-carith_ptr
DEFAULT BRANCH: tarantool/master
Ran 11 Jun 2025 03:11PM UTC
Files 89
Run time 89min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Jun 2025 02:58PM UTC coverage: 93.093% (+0.01%) from 93.08%
15588645044.1

push

github

Buristan
ARM64: Fix LDP code generation.

Thanks to Zhongwei Yao.

(cherry picked from commit 9493acc1a)

When fusing two LDR (STR) instructions to the single LDP (STP)
instruction, the arm64 emitter shifts the offset value to encode the
immediate. In the case when the offset is negative, the resulting field
value exceeds the 7-bit length of the immediate, see [1]. This results
in the invalid instruction decoding.

This patch fixes this by masking the value with the 7-bit-width mask
`0x7f`.

Sergey Kaplun:
* added the description and the test for the problem

[1]: https://developer.arm.com/documentation/ddi0602/2025-03/Base-Instructions/LDP--Load-pair-of-registers-

Part of tarantool/tarantool#11278

5708 of 6044 branches covered (94.44%)

Branch coverage included in aggregate %.

21802 of 23507 relevant lines covered (92.75%)

3834292.36 hits per line

Source Files on job 15588645044.1
  • Tree
  • List 89
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 15588645044
  • 212efd66 on github
  • Prev Job for on skaplun/lj-1028-ldr-fusion-to-ldp-negative-offset (#15559377866.1)
  • Next Job for on skaplun/lj-1028-ldr-fusion-to-ldp-negative-offset (#15899401084.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc