[PATCH] D88317: [SVE] Lower fixed length VECREDUCE_[UMAX|UMIN] to Scalable

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 09:20:09 PDT 2020


cameron.mcinally added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/sve-fixed-length-int-reduce.ll:1042
+
+; No NEON 64-bit vector umAXV support. Use SVE.
+define i64 @umaxv_v2i64(<2 x i64> %a) #0 {
----------------
Just noticed this. Will correct...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88317



More information about the llvm-commits mailing list