[PATCH] D96825: [AArch64] Adding Polynomial vadd Intrinsics support

David Spickett via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 02:17:16 PST 2021


DavidSpickett added a comment.

This LGTM unless @labrinea has any final comments.

Could you add "Neon" in the commit title? "[AArch64] Adding Neon Polynomial vadd Intrinsics support", just to help when reading git history.



================
Comment at: clang/test/CodeGen/aarch64-poly-add.c:4
+// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
+// RUN: -disable-O0-optnone -ffp-contract=fast -emit-llvm -o - %s | opt -S -mem2reg \
+// RUN:  | FileCheck %s
----------------
Do we need this option? (-ffp-contract)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96825/new/

https://reviews.llvm.org/D96825



More information about the cfe-commits mailing list