[PATCH] D140208: [AMDGPU] Improved wide multiplies

Jessica Del via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 04:22:00 PST 2023


OutOfCache updated this revision to Diff 487744.
OutOfCache marked 9 inline comments as done.
OutOfCache added a comment.

- [GISel] Adding KnownBitsAnalysis to Legalizer
- [AMDGPU] Wide multiplies with Known Bits Analysis
- [AMDGPU] Improved wide multiplies tests
- [GISel/AMDGPU] caching results of `isZero()`
- [AMDGPU] Inlining conditions in buildMultiply
- [AMDGPU] Removing redundant zero-check for mults

- Rebasing after D140907 <https://reviews.llvm.org/D140907> landed
- Addressing comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140208

Files:
  llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h
  llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
  llvm/lib/CodeGen/GlobalISel/Legalizer.cpp
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
  llvm/test/CodeGen/AMDGPU/GlobalISel/mul-known-bits.i64.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i64.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i64.ll
  llvm/unittests/CodeGen/GlobalISel/LegalizerTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140208.487744.patch
Type: text/x-patch
Size: 111874 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230110/b76a2d0f/attachment.bin>


More information about the llvm-commits mailing list