[llvm] [AArch64][GlobalISel] Lower unmerge to extract_subvector (PR #195046)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 03:54:36 PDT 2026


================
@@ -317,7 +317,7 @@ define i16 @mulv_v8i16(<8 x i16> %a) {
 ;
 ; CHECK-GI-LABEL: mulv_v8i16:
 ; CHECK-GI:       // %bb.0: // %entry
-; CHECK-GI-NEXT:    mov d1, v0.d[1]
+; CHECK-GI-NEXT:    ext v1.16b, v0.16b, v0.16b, #8
----------------
arsenm wrote:

Is this really better? 

https://github.com/llvm/llvm-project/pull/195046


More information about the llvm-commits mailing list