[llvm] [AArch64][GlobalISel] Push ADD/SUB through Extend Instructions (PR #90964)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu May 23 01:14:42 PDT 2024
================
@@ -1193,6 +1193,366 @@ define <2 x i64> @ssubl2_duplhs(i32 %lhs, <4 x i32> %rhs) {
ret <2 x i64> %res
}
+define <8 x i32> @saddl_v8i8_v8i32(<8 x i8> %a, <8 x i8> %b) {
----------------
davemgreen wrote:
Can this re-use the tests in llvm/test/CodeGen/AArch64/neon-extadd.ll, with GISel coverage?
https://github.com/llvm/llvm-project/pull/90964
More information about the llvm-commits
mailing list