[PATCH] D55639: GlobalISel: Allow shift amount to be a different type
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 17 03:25:58 PST 2019
arsenm updated this revision to Diff 182242.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55639/new/
https://reviews.llvm.org/D55639
Files:
include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
include/llvm/Target/GenericOpcodes.td
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
lib/Target/AArch64/AArch64LegalizerInfo.cpp
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
lib/Target/ARM/ARMLegalizerInfo.cpp
lib/Target/Mips/MipsLegalizerInfo.cpp
lib/Target/X86/X86InstructionSelector.cpp
lib/Target/X86/X86LegalizerInfo.cpp
lib/Target/X86/X86RegisterBankInfo.cpp
test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
test/CodeGen/AArch64/GlobalISel/legalize-undef.mir
test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
test/CodeGen/X86/GlobalISel/ashr-scalar.ll
test/CodeGen/X86/GlobalISel/ext-x86-64.ll
test/CodeGen/X86/GlobalISel/ext.ll
test/CodeGen/X86/GlobalISel/gep.ll
test/CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir
test/CodeGen/X86/GlobalISel/lshr-scalar.ll
test/CodeGen/X86/GlobalISel/select-ashr-scalar.mir
test/CodeGen/X86/GlobalISel/select-lshr-scalar.mir
test/CodeGen/X86/GlobalISel/select-shl-scalar.mir
test/CodeGen/X86/GlobalISel/shl-scalar.ll
test/CodeGen/X86/GlobalISel/x86_64-legalize-sitofp.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55639.182242.patch
Type: text/x-patch
Size: 57913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190117/f50ed2d5/attachment.bin>
More information about the llvm-commits
mailing list