[all-commits] [llvm/llvm-project] c58df8: [AArch64][GlobalISel] Make G_EXTRACT_VECTOR_ELT of...
AE via All-commits
all-commits at lists.llvm.org
Fri Nov 20 14:08:07 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c58df88886e42174fc52ecf60be60725a53aaaa3
https://github.com/llvm/llvm-project/commit/c58df88886e42174fc52ecf60be60725a53aaaa3
Author: Amara Emerson <amara at apple.com>
Date: 2020-11-20 (Fri, 20 Nov 2020)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-extract-vector-elt.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select-extract-vector-elt.mir
Log Message:
-----------
[AArch64][GlobalISel] Make G_EXTRACT_VECTOR_ELT of <2 x p0> legal.
Also fix a selection issue for this which was using LLT::isScalar() when it
should have been using !isVector(), add test for that too.
More information about the All-commits
mailing list