[PATCH] D110926: [GlobalISel] Support vectors in LegalizerHelper::narrowScalarMul

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 1 05:33:32 PDT 2021


foad created this revision.
Herald added subscribers: kerbowa, hiraditya, kristof.beyls, rovka, nhaehnle, jvesely.
foad requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Also remove some redundancy because the source and result
types of any multiply are always the same.

Change-Id: Ideb42fed5fa69de8ea32b537723551d9170ff30a


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110926

Files:
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umulh.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umulo.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110926.376490.patch
Type: text/x-patch
Size: 28806 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211001/4ecff422/attachment.bin>


More information about the llvm-commits mailing list