| Code-Review | +1 |
__ uxtw(i.InputRegister64(1), i.InputRegister64(1));
__ orr(i.InputRegister64(0), i.InputRegister64(1),
Operand(i.InputRegister64(0), LSL, 32));As discussed offline, you shouldn't clobber input registers here.
return __ Word64Equal(V<Word64>::Cast(__ BitcastTaggedToWordPtr(This Cast shouldn't be needed.
V<Word64>::Cast(__ BitcastTaggedToWordPtr(Same thing, I don't think that this cast is needed.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/104e736e3e0000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/12fcad353e0000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
__ uxtw(i.InputRegister64(1), i.InputRegister64(1));
__ orr(i.InputRegister64(0), i.InputRegister64(1),
Operand(i.InputRegister64(0), LSL, 32));As discussed offline, you shouldn't clobber input registers here.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/16a7c3353e0000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
📍 Job complete.
See results at: https://pinpoint-dot-chromeperf.appspot.com/job/12edc18d3e0000
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +1 |
return __ Word64Equal(V<Word64>::Cast(__ BitcastTaggedToWordPtr(This Cast shouldn't be needed.
Unfortunately, it is in the case when `WordPtr` is `Word32` (which is then unreachable though).
Same thing, I don't think that this cast is needed.
Same here.
DEFINE_BOOL(turboshaft_csa, true, "run the CSA pipeline with turboshaft")Nico HartmannRevert this before landing and flip in a separate CL.
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Removed Commit-Queue+2 by Nico Hartmann <nicoha...@chromium.org>
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |