[all-commits] [llvm/llvm-project] e29117: [AArch64][GlobalISel] Selection support for v8s8, ...
Vladislav Dzhidzhoev via All-commits
all-commits at lists.llvm.org
Fri May 19 08:39:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e291179e2dde0846cfc0547948a2036e11ae02f1
https://github.com/llvm/llvm-project/commit/e291179e2dde0846cfc0547948a2036e11ae02f1
Author: Vladislav Dzhidzhoev <vdzhidzhoev at accesssoftek.com>
Date: 2023-05-19 (Fri, 19 May 2023)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/GlobalISel/legalize-insert-vector-elt.mir
M llvm/test/CodeGen/AArch64/GlobalISel/select-insert-vector-elt.mir
M llvm/test/CodeGen/AArch64/arm64-sminv.ll
M llvm/test/CodeGen/AArch64/arm64-umaxv.ll
Log Message:
-----------
[AArch64][GlobalISel] Selection support for v8s8, v4s16, v16s8 G_INSERT_VECTOR_ELT with GPR scalar
This is to support some NEON intrinsics on GlobalISel.
Differential Revision: https://reviews.llvm.org/D146780
More information about the All-commits
mailing list