On Fri, Nov 24, 2023 at 5:53 PM Andrew MacLeod wrote:
>
> This problem here is that IPA is calling something like operator_minus
> with 2 operands, one with precision 32 (int) and one with precision 64
> (pointer). There are various ways this can happen as mentioned in the PR.
>
> Regardless of wh
This problem here is that IPA is calling something like operator_minus
with 2 operands, one with precision 32 (int) and one with precision 64
(pointer). There are various ways this can happen as mentioned in the PR.
Regardless of whether IPA should be doing promoting types or not calling
into