jlb6740 opened PR #4794 from fix-4693
to main
:
This PR is in response to issue 4693. It modifies fcvt_to_sint and fcvt_to_unit clif instructions to make them scalar only so that the vector version is invalid and so that we don't panic in the back-end if those vector version of those cliff instructions are generated.
jlb6740 edited PR #4794 from fix-4693
to main
:
This PR is in response to issue #4693. It modifies fcvt_to_sint and fcvt_to_unit clif instructions to make them scalar only so that the vector version is invalid and so that we don't panic in the back-end if those vector version of those cliff instructions are generated.
jlb6740 requested abrown for a review on PR #4794.
jlb6740 requested cfallin for a review on PR #4794.
jlb6740 requested elliottt for a review on PR #4794.
elliottt submitted PR review.
abrown submitted PR review.
abrown submitted PR review.
abrown created PR review comment:
"FloatScalar",
jlb6740 updated PR #4794 from fix-4693
to main
.
jlb6740 created PR review comment:
Oh .. about this. That was my instinct as well, but I didn't want to do sFloat because s in front is already used to designate signed. Such as sInt. I think FloatScalar is very clear. sFloat isn't.
jlb6740 submitted PR review.
jlb6740 deleted PR review comment.
jlb6740 updated PR #4794 from fix-4693
to main
.
abrown submitted PR review.
abrown merged PR #4794.
Last updated: Nov 22 2024 at 16:03 UTC