[PATCH] D138793: [AArch64][SVE2] Add patterns for eor3
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 28 14:08:21 PST 2022
dmgreen added inline comments.
================
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:
----------------
Can you add other test sizes too. nxv2i64, nxv4i32 and nxv8i16.
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