[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 09:24:40 PDT 2020


cameron.mcinally added a comment.

Ok, I think that's all of them. Looks like it started with D87796 <https://reviews.llvm.org/D87796> and was buried in other changes. To confirm:

  <scrubbed> CodeGen/AArch64> grep -rn VBITS_GE_1048 *
  <scrubbed> CodeGen/AArch64> grep -rn VBITS_GE_2086 *
  <scrubbed> CodeGen/AArch64> grep -rn VBITS_GE_2096 *
  <scrubbed> CodeGen/AArch64>

Sorry again. I shouldn't have done that.


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

https://reviews.llvm.org/D88444



More information about the llvm-commits mailing list