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

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 30 19:55:22 PDT 2024


================
@@ -161,6 +161,8 @@ bool matchREV(MachineInstr &MI, MachineRegisterInfo &MRI,
   Register Dst = MI.getOperand(0).getReg();
   Register Src = MI.getOperand(1).getReg();
   LLT Ty = MRI.getType(Dst);
+  if (Ty.isScalableVector())
----------------
tschuett wrote:

I got asserts and went over almost all of them. The stack trace did not tell me where the crash was.

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


More information about the llvm-commits mailing list