On 7/9/2026 2:36 AM, Richard Biener wrote:
On Thu, Jul 2, 2026 at 6:57 AM Eikansh Gupta
<[email protected]> wrote:
Add a pattern for `(trunc)copysign ((extend)x, CST)`. Only the sign of
CST matters, not its value, so it can be simplified to
`copysign (x, -1.0/1.0)` depending on the sign of CST.
OK.
Thanks,
Richard.
And I've pushed it to the trunk. I do note this is marked as 1/2, but
after light wandering in my inbox and the web archives, I never saw a
2/2. This patch clearly stands on its own, though perhaps the missing
2/2 is required to fully resolve 112472?
jeff