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
// Normalize [us]shll.* ..., #0 instructions to the preferred form: [us]xtl.* ...
162
-
// as neither LLVM objdump nor dumpbin does that.
163
-
// See https://developer.arm.com/documentation/ddi0602/latest/SIMD-FP-Instructions/UXTL--UXTL2--Unsigned-extend-Long--an-alias-of-USHLL--USHLL2-
164
-
// and https://developer.arm.com/documentation/ddi0602/latest/SIMD-FP-Instructions/SXTL--SXTL2--Signed-extend-Long--an-alias-of-SSHLL--SSHLL2-
165
-
// for details.
161
+
// Normalize `[us]shll{2}.* ..., #0` instructions to the preferred
162
+
// form: `[us]xtl{2}.* ...` as neither LLVM objdump nor dumpbin does that.
163
+
//
164
+
// SVE has `[us]shll[tb]` instructions that don't have an equivalent alias.
0 commit comments