Skip to content

Perf: typed int **104 / pow(n,104) chained smul omit llvm.pow.f64 (#36386) - #37693

Merged
PurHur merged 1 commit into
masterfrom
agent/issue-36386-pow-hundredfourth-smul
Sep 9, 2026
Merged

Perf: typed int **104 / pow(n,104) chained smul omit llvm.pow.f64 (#36386)#37693
PurHur merged 1 commit into
masterfrom
agent/issue-36386-pow-hundredfourth-smul

Conversation

@PurHur

@PurHur PurHur commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Summary

php-src: Zend/zend_operators.c pow_function / zend_pow / mul_function; ext/standard/math.c PHP_FUNCTION(pow).

Test plan

  • ./script/phpunit.sh --filter NoThrowPowHundredfourthMulAotTest4/4 (23 assertions)
  • script/differential-sweep.sh --aot --repeat 3 (single case) → 1/1 match Zend
  • ./script/aot-smoke.sh9/9 + size gate OK

Made with Cursor

…6386)

Lower compile-time exponent 104 via (hundredthird×n) chained smul.with.overflow
in JitPowIntegerEmitHigh — omit llvm.pow.f64. Even: (-1)**104 === 1.
Append-only (no new spine TU).

php-src: Zend/zend_operators.c pow_function/zend_pow; ext/standard/math.c
PHP_FUNCTION(pow).

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant