[clang] [llvm] [RISCV][P-ext] Add packed multiply-parts intrinsics (PR #218875)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 26 08:55:02 PDT 2026
================
@@ -318,6 +318,49 @@ def pmulq_i16x4 : RISCVBuiltin<"_Vector<4, short>(_Vector<4, short>, _Vector<4,
def pmulqr_i16x4 : RISCVBuiltin<"_Vector<4, short>(_Vector<4, short>, _Vector<4, short>)">;
def pmulq_i32x2 : RISCVBuiltin<"_Vector<2, int>(_Vector<2, int>, _Vector<2, int>)">;
def pmulqr_i32x2 : RISCVBuiltin<"_Vector<2, int>(_Vector<2, int>, _Vector<2, int>)">;
+// Packed Multiply Parts (32-bit)
----------------
topperc wrote:
```suggestion
// Packed Multiply Parts (32-bit)
```
https://github.com/llvm/llvm-project/pull/218875
More information about the cfe-commits
mailing list