[clang] [llvm] [Clang][LLVM][SVE2.1] Created intrinsics for DUPQ instr. (PR #83260)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 7 06:26:42 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)>;
----------------
Lukacma wrote:
DOne
https://github.com/llvm/llvm-project/pull/83260
More information about the cfe-commits
mailing list