[all-commits] [llvm/llvm-project] e2f1b4: GlobalISel: Implement bitcast action for G_INSERT_...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Aug 11 07:39:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e2f1b48f867d9ed349b7520dea495717bca26f31
https://github.com/llvm/llvm-project/commit/e2f1b48f867d9ed349b7520dea495717bca26f31
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
A llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i16.ll
A llvm/test/CodeGen/AMDGPU/GlobalISel/insertelement.i8.ll
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-insert-vector-elt.mir
Log Message:
-----------
GlobalISel: Implement bitcast action for G_INSERT_VECTOR_ELT
This mirrors the support for the equivalent extracts. This also
creates a huge mess that would be greatly improved if we had any bit
operation combines.
More information about the All-commits
mailing list