[all-commits] [llvm/llvm-project] 3fe475: [AArch64][GlobalISel] Legalize G_VECREDUCE_AND.
Amara Emerson via All-commits
all-commits at lists.llvm.org
Tue Oct 5 00:39:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3fe475367c4616434075d16691b8e8aff191b594
https://github.com/llvm/llvm-project/commit/3fe475367c4616434075d16691b8e8aff191b594
Author: Amara Emerson <amara at apple.com>
Date: 2021-10-05 (Tue, 05 Oct 2021)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
A llvm/test/CodeGen/AArch64/GlobalISel/legalize-reduce-and.mir
M llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
M llvm/test/CodeGen/AArch64/reduce-and.ll
Log Message:
-----------
[AArch64][GlobalISel] Legalize G_VECREDUCE_AND.
These are handled identically to the already handled G_VECREDUCE_OR instructions.
More information about the All-commits
mailing list