mirror of
https://github.com/goplus/llgo.git
synced 2025-12-24 13:08:13 +08:00
- 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>