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
Don't leave a math puzzle for the compiler in BMI decoder
Summary: We computed `8 * intBytes - 1`, converted that to `intBytes`, and then did a shift by `8 * intBytes - 1`. Saving the shift value directly causes clang to generate shorter code.
Differential Revision: D54440459
fbshipit-source-id: 5f1380f8b38fd706ed91b903d6b212e9f791f626
0 commit comments