[PATCH] D95218: [AArch64] Merge [US]MULL with half adds and subs into [US]ML[AS]L
Andre Vieira via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 22 08:27:50 PST 2021
avieira marked 3 inline comments as done.
avieira added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/mla_mls_merge.ll:273
+
+; Function Attrs: nofree nosync nounwind readnone willreturn
+declare <8 x i16> @llvm.aarch64.neon.umull.v8i16(<8 x i8>, <8 x i8>)
----------------
dmgreen wrote:
> You can remove these too.
I assume you meant the function attrs and not the intrinsic declarations.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95218/new/
https://reviews.llvm.org/D95218
More information about the llvm-commits
mailing list