Files
xgopilot 24df605d4e Fix complex division imaginary part calculation and format tests
- Fixed bug in ssa/expr.go where complex division imaginary part was
  calculated with reversed operands: changed (xr*yi - xi*yr) to
  correct formula (xi*yr - xr*yi)
- Ran gofmt on test/go/binop_test.go
- Regenerated cl/_testrt/complex/out.ll to reflect the fix

This fixes the test failures for complex64 and complex128 division
operations reported on both macOS ARM64 and Linux AMD64.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-15 07:38:26 +00:00
..