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: These three sign-extension opcodes are specific to x86-64 and are entirely skipped in aarch64. They're a good candidate as the first set of things to be target-specific. This diff makes them only visible on x86-64, changes their name to be target-specific, and gets to not worry about them on aarch64.
Reviewed By: DinoV
Differential Revision: D107693080
fbshipit-source-id: 0405e8a4cb7f9bea30b3e13c9d313b6b0868976f
0 commit comments