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
Summary: In most x86_64 microarchitectures, xor reg, reg has an optimization to make it faster. On most aarch64, it does not. Instead, the idiom is to use the zero-register and mov it, as in mov reg, xzr. This commit does that instead.
Reviewed By: alexmalyshev
Differential Revision: D94685862
fbshipit-source-id: 9648b9839d01558937d96edbb59de545b9191ab2
0 commit comments