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

Ryan Santhirarajan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 17 09:23:57 PST 2021


rsanthir.quic marked an inline comment as done.
rsanthir.quic added inline comments.


================
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
----------------
DavidSpickett wrote:
> Do we need this option? (-ffp-contract)
You are correct this is not necessary, I'll remove it


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

https://reviews.llvm.org/D96825



More information about the cfe-commits mailing list