[all-commits] [llvm/llvm-project] 067ec5: [AArch64][GlobalISel] Add selection support for G_...
AE via All-commits
all-commits at lists.llvm.org
Sat Feb 20 00:53:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 067ec53df155e5bbe1c7a9c940f02bad6e36d9de
https://github.com/llvm/llvm-project/commit/067ec53df155e5bbe1c7a9c940f02bad6e36d9de
Author: Amara Emerson <amara at apple.com>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/select-reduce-add.mir
Log Message:
-----------
[AArch64][GlobalISel] Add selection support for G_VECREDUCE of <2 x i32>
This selects to a pairwise add and a subreg copy.
More information about the All-commits
mailing list