[PATCH] D138793: [AArch64][SVE2] Add patterns for eor3
Tiehu Zhang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 04:25:15 PST 2022
TiehuZhang marked 2 inline comments as done.
TiehuZhang added a comment.
Update the test:
1. Supplement other data types (nxv2i64, nxv4i32 and nxv8i16).
2. Add functions with different operand orders.
@sdesmalen, @dmgreen
================
Comment at: llvm/test/CodeGen/AArch64/sve2-eor3.ll:5
+
+define <vscale x 16 x i8> @eor3(<vscale x 16 x i8> %0, <vscale x 16 x i8> %1, <vscale x 16 x i8> %2) {
+; SVE2-LABEL: eor3:
----------------
dmgreen wrote:
> Can you add other test sizes too. nxv2i64, nxv4i32 and nxv8i16.
Thanks,
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138793/new/
https://reviews.llvm.org/D138793
More information about the llvm-commits
mailing list