Stream: git-cranelift

Topic: cranelift / PR #1355 Fix incorrect assertion for `insertl...


view this post on Zulip GitHub (Jan 17 2020 at 22:26):

abrown opened PR #1355 from fix-over-assertion to master:

Previously, the assertion checked for lane > 0 when it should have been lane >= 0; since lane is unsigned, this half of the assertion can be entirely removed.

view this post on Zulip GitHub (Jan 17 2020 at 22:26):

abrown requested alexcrichton for a review on PR #1355.

view this post on Zulip GitHub (Jan 17 2020 at 22:27):

alexcrichton submitted PR Review.

view this post on Zulip GitHub (Jan 17 2020 at 22:39):

abrown merged PR #1355.


Last updated: Nov 22 2024 at 16:03 UTC