[PATCH] D93963: [GlobalISel][AMDGPU] Lower G_UMULO/G_SMULO

Pushpinder Singh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 01:26:58 PDT 2021


pdhaliwal updated this revision to Diff 332214.
pdhaliwal marked an inline comment as done.
pdhaliwal added a comment.

- Revert the unsigned case to use Masks.
- Simplified the logic for widenScalar


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93963/new/

https://reviews.llvm.org/D93963

Files:
  llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-smulo.mir
  llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-umulo.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93963.332214.patch
Type: text/x-patch
Size: 78572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210322/22a2a5c0/attachment-0001.bin>


More information about the llvm-commits mailing list