[PATCH] D88259: [SVE] Lower fixed length VECREDUCE_[SMAX|SMIN] to Scalable
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 25 08:18:49 PDT 2020
cameron.mcinally added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:1227
+ setOperationAction(ISD::VECREDUCE_UMAX, VT, Custom);
+ setOperationAction(ISD::VECREDUCE_UMIN, VT, Custom);
setOperationAction(ISD::VSELECT, VT, Custom);
----------------
I accidentally committed these UMAX/UMIN changes. They have been removed with 9a4767411e89d35e55074e8783b909d0e8c6b2df.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88259/new/
https://reviews.llvm.org/D88259
More information about the llvm-commits
mailing list