You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
04fb9b7 fixes a miscompile in AArch64 debug builds using GlobalISel, where previously nonsensical mrs NZCV instructions were inserted (originally reported at rust-lang/rust#92786).
The patch does not apply cleanly to 13.x, I have rebased it here: nikic@1715dad Notably the test output in the truncating_f8 test is slightly different, there are three COPYs on 13.x rather than two. I'm not sure whether that is okay or indicative of a problem (maybe @aemerson can confirm).
If it's too late for the 13.0.1 release, we'll carry this patch on the rustc side.
The text was updated successfully, but these errors were encountered:
04fb9b7 fixes a miscompile in AArch64 debug builds using GlobalISel, where previously nonsensical
mrs NZCV
instructions were inserted (originally reported at rust-lang/rust#92786).The patch does not apply cleanly to 13.x, I have rebased it here: nikic@1715dad Notably the test output in the truncating_f8 test is slightly different, there are three COPYs on 13.x rather than two. I'm not sure whether that is okay or indicative of a problem (maybe @aemerson can confirm).
If it's too late for the 13.0.1 release, we'll carry this patch on the rustc side.
The text was updated successfully, but these errors were encountered: