[clang] [llvm] [AArch64] [SVE] Created intrinsics for DUPQ instr. (PR #83260)

Momchil Velikov via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 6 06:07:00 PST 2024


================
@@ -10007,6 +10007,16 @@ multiclass sve2p1_dupq<string mnemonic> {
     bits<1> index;
     let Inst{20} = index;
   }
+
+  def : SVE_2_Op_Imm_Pat<nxv16i8, Op, nxv16i8, i32, VectorIndexB32b_timm, !cast<Instruction>(NAME # _B)>;
----------------
momchil-velikov wrote:

Change them to `_timm`.

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


More information about the llvm-commits mailing list