cmd/compile: refine calcHasCall's handling of ODIV and OMOD #28698
Comments
Change https://golang.org/cl/166937 mentions this issue: |
I'd like to take a go at this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@cherrymui noted in the review of CL 148837 that on non-soft-float platforms, when working with floats, ODIV and OMOD won't panic. We should handle them a bit more precisely in
calcHasCall
.The text was updated successfully, but these errors were encountered: