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
r294088 addresses a miscompile in situations with non-coalesced COPY instructions in combination with deeper register hierarchies (ARMv7 neon in this case). The problem was found in swift code but the issue is general.
The patch needs to be slightly adapted for the 4.0 branch, I attached a patch.
The text was updated successfully, but these errors were encountered:
Extended Description
r294088 addresses a miscompile in situations with non-coalesced COPY instructions in combination with deeper register hierarchies (ARMv7 neon in this case). The problem was found in swift code but the issue is general.
The patch needs to be slightly adapted for the 4.0 branch, I attached a patch.
The text was updated successfully, but these errors were encountered: