[all-commits] [llvm/llvm-project] 39c05a: [AArch64][GlobalISel] Add selection support for v2...
AE via All-commits
all-commits at lists.llvm.org
Fri Oct 16 11:42:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 39c05a1a7153379f308a080b3efc5ba3ccc8be0d
https://github.com/llvm/llvm-project/commit/39c05a1a7153379f308a080b3efc5ba3ccc8be0d
Author: Amara Emerson <amara at apple.com>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/select-reduce-add.mir
A llvm/test/CodeGen/AArch64/GlobalISel/select-reduce-fadd.mir
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
Log Message:
-----------
[AArch64][GlobalISel] Add selection support for v2s32 and v2s64 reductions for FADD/ADD.
We'll need legalizer lower() support for the other types to work.
Differential Revision: https://reviews.llvm.org/D89159
More information about the All-commits
mailing list