afonso360 opened PR #5504 from fix-5498
to main
:
:wave: Hey,
When lowering
select+icmp
we have an optimization that allows us to avoid materializing theicmp
result.We were accidentally not masking out the high bits for i8 and i16 in this case.
Issue #5498 reported this as an illegal instruction but what was happening there, was that the invalid select caused a division by zero.
Fixes #5498
elliottt submitted PR review.
elliottt has enabled auto merge for PR #5504.
elliottt merged PR #5504.
Last updated: Nov 22 2024 at 16:03 UTC