[all-commits] [llvm/llvm-project] cc95bb: [AArch64][GlobalISel] Implement selection of <2 x ...
AE via All-commits
all-commits at lists.llvm.org
Thu Jan 9 14:21:58 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cc95bb1f57c674c0efdfc134eab8ed8c50f2a6e3
https://github.com/llvm/llvm-project/commit/cc95bb1f57c674c0efdfc134eab8ed8c50f2a6e3
Author: Amara Emerson <aemerson at apple.com>
Date: 2020-01-09 (Thu, 09 Jan 2020)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
M llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-undef.mir
M llvm/test/CodeGen/AArch64/GlobalISel/opt-shuffle-splat.mir
M llvm/test/CodeGen/AArch64/arm64-rev.ll
Log Message:
-----------
[AArch64][GlobalISel] Implement selection of <2 x float> vector splat.
Also requires making G_IMPLICIT_DEF of v2s32 legal.
Differential Revision: https://reviews.llvm.org/D72422
More information about the All-commits
mailing list