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
As discussed in CL 41076: zeroAuto is called after register allocation etc. and the flags (condition code) may be live. The current implementation of zeroAuto on s390x clobbers flags so it needs to be modified.
My plan is to modify the assembler to not clobber flags when assembling MOVD $0, <auto> (currently it might use the AGFI instruction) and change zeroAuto to use that.
The text was updated successfully, but these errors were encountered:
As discussed in CL 41076:
zeroAuto
is called after register allocation etc. and the flags (condition code) may be live. The current implementation ofzeroAuto
on s390x clobbers flags so it needs to be modified.My plan is to modify the assembler to not clobber flags when assembling
MOVD $0, <auto>
(currently it might use the AGFI instruction) and changezeroAuto
to use that.The text was updated successfully, but these errors were encountered: