[all-commits] [llvm/llvm-project] c77b44: [AArch64][GlobalISel] Add support for selection of...
AE via All-commits
all-commits at lists.llvm.org
Fri Dec 6 16:25:14 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c77b441140586618043f8952dd37816dbae09319
https://github.com/llvm/llvm-project/commit/c77b441140586618043f8952dd37816dbae09319
Author: Amara Emerson <aemerson at apple.com>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/select-vector-icmp.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select-vector-shift.mir
Log Message:
-----------
[AArch64][GlobalISel] Add support for selection of vector G_SHL with immediates.
Only implemented for the type combinations already supported for G_SHL.
Differential Revision: https://reviews.llvm.org/D71153
More information about the All-commits
mailing list