[PATCH] D69800: [AArch64][SVE] Implement remaining floating-point arithmetic intrinsics

Kerry McLaughlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 03:49:19 PST 2019


kmclaughlin marked an inline comment as done.
kmclaughlin added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith.ll:767
 ;
-; FSCALE
+; FNEG
 ;
----------------
sdesmalen wrote:
> Why are you moving this test and changing fscale -> fneg here?
The rest of the tests here are in order and I noticed that fscale was in the wrong place, so I moved it further down.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69800





More information about the llvm-commits mailing list