[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 08:33:22 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
----------------
cameron.mcinally wrote:
> cameron.mcinally wrote:
> > paulwalker-arm wrote:
> > > What's going on here?
> > Fatigue error. Botched the CHECK line copy-and-paste and missed it. Sorry about that.
> Pffff. Looks like this copy-and-paste problem has history. Correcting other tests now...
Fixed with 01c95f79424d.


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

https://reviews.llvm.org/D88444



More information about the llvm-commits mailing list