[PATCH] D59259: [AArch64] Use faddp to implement fadd reductions.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 09:06:04 PDT 2019


RKSimon added inline comments.


================
Comment at: test/CodeGen/AArch64/aarch64-faddv.ll:2
+; RUN: llc < %s -mtriple=aarch64-eabi -aarch64-neon-syntax=generic -asm-verbose=0 -mattr=+fullfp16 | FileCheck %s
+; RUN: llc < %s -mtriple=aarch64-eabi -aarch64-neon-syntax=generic -asm-verbose=0 | FileCheck %s --check-prefix=CHECKNOFP16
+
----------------
Can you commit this to trunk with the current codegen so this patch shows the codegen delta?


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

https://reviews.llvm.org/D59259





More information about the llvm-commits mailing list