[all-commits] [llvm/llvm-project] 9b0b09: [SVE] Lower fixed length VECREDUCE_[UMAX|UMIN] to ...
Cameron McInally via All-commits
all-commits at lists.llvm.org
Mon Sep 28 07:29:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9b0b09671cddf0283f1a8b351dfec10aff6c3dc2
https://github.com/llvm/llvm-project/commit/9b0b09671cddf0283f1a8b351dfec10aff6c3dc2
Author: Cameron McInally <mcinally at cray.com>
Date: 2020-09-28 (Mon, 28 Sep 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-fixed-length-int-reduce.ll
Log Message:
-----------
[SVE] Lower fixed length VECREDUCE_[UMAX|UMIN] to Scalable
Essentially the same as the signed variants from D88259. Also includes a clean up of the lowering function.
Differential Revision: https://reviews.llvm.org/D88317
More information about the All-commits
mailing list