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

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 8 06:25:05 PST 2019


sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/AArch64/sve-intrinsics-fp-arith.ll:767
 ;
-; FSCALE
+; FNEG
 ;
----------------
kmclaughlin wrote:
> 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.
Okay, thanks for clarifying.


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