[PATCH] D88444: [SVE] Lower fixed length VECREDUCE_[FMAX|FMIN] to Scalable

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 07:44:27 PDT 2020


cameron.mcinally added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-length-fp-reduce.ll:198
+; VBITS_GE_1048-NEXT: fmaxnmv [[REDUCE:d[0-9]+]], [[PG]], [[OP]].d
+; VBITS_GE_1048-NEXT: fmov x0, [[REDUCE]]
+; VBITS_GE_1048-NEXT: ret
----------------
paulwalker-arm wrote:
> What's going on here?
Fatigue error. Botched the CHECK line copy-and-paste and missed it. Sorry about that.


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

https://reviews.llvm.org/D88444



More information about the llvm-commits mailing list