bjorn3 commented on Issue #2892:
You could create a function that takes an
i64
and ani128
argument and uses thei128
argument in some way that can't get DCE'd like returning the lower half hasi64
and one function that calls a function with ani64
and ani128
argument. You can then test directly which instructions are emitted.
Last updated: Jan 24 2025 at 00:11 UTC