[clang] [llvm] [AArch64] [SVE] Created intrinsics for DUPQ instr. (PR #83260)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 4 09:53:24 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)>;
----------------
CarolineConcatto wrote:
Can you change the vector index in lines 9994, 9998, 10002, 10006?
https://github.com/llvm/llvm-project/pull/83260
More information about the cfe-commits
mailing list