[llvm] [GlobalISel][AArch64] Legalize G_INSERT_VECTOR_ELT for SVE (PR #114470)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 31 15:29:46 PDT 2024


================
@@ -143,11 +143,12 @@ define i64 @extract_v2i64_extract_build_vector_opaque(<2 x i64> %a, i32 %c) {
 ; CHECK-SD:       // %bb.0: // %entry
 ; CHECK-SD-NEXT:    sub sp, sp, #16
 ; CHECK-SD-NEXT:    .cfi_def_cfa_offset 16
-; CHECK-SD-NEXT:    adrp x8, .LCPI8_0
+; CHECK-SD-NEXT:    mov x8, #-31 // =0xffffffffffffffe1
----------------
tschuett wrote:

Do you want to move the new tests to a different file?

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


More information about the llvm-commits mailing list