[PATCH] D25291: [AArch64] Optionally use the reciprocal estimation machinery

Evandro Menezes via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 15:24:59 PDT 2016


evandro added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sqrt-fastmath.ll:1
+; RUN: llc < %s -mtriple=aarch64-unknown-linux-gnu -mattr=+neon,-use-reverse-square-root | FileCheck %s --check-prefix=FAULT
+; RUN: llc < %s -mtriple=aarch64-unknown-linux-gnu -mattr=+neon,+use-reverse-square-root | FileCheck %s
----------------
s/reverse/reciprocal/


Repository:
  rL LLVM

https://reviews.llvm.org/D25291





More information about the llvm-commits mailing list