[PATCH] D132573: [AArch64 - SVE]: Use SVE to lower reduce.fadd.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 01:24:00 PDT 2022


dmgreen added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-length-fadd-reduce.ll:65
+; CHECK-NEXT:    ret
+  %fadda = call double @llvm.vector.reduce.fadd.v1f64(double %x, <1 x double> %y)
+  ret double %fadda
----------------
This is just an fadd, and is probably simpler to leave as it was before.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132573



More information about the llvm-commits mailing list