[PATCH] D124980: [Mips] Implement hasDivRemOp()

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 22:44:22 PDT 2022


Jim created this revision.
Herald added subscribers: atanasyan, jrtc27, hiraditya, arichardson, mgorny, sdardis.
Herald added a project: All.
Jim requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

SDIVREM and UDIVREM can be customized lowered in MipsSE.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124980

Files:
  llvm/lib/Target/Mips/CMakeLists.txt
  llvm/lib/Target/Mips/MipsTargetMachine.cpp
  llvm/lib/Target/Mips/MipsTargetTransformInfo.cpp
  llvm/lib/Target/Mips/MipsTargetTransformInfo.h
  llvm/test/Transforms/DivRemPairs/Mips/div-expanded-rem-pair.ll
  llvm/test/Transforms/DivRemPairs/Mips/div-rem-pairs.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124980.427197.patch
Type: text/x-patch
Size: 11301 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220505/b03c4a8d/attachment.bin>


More information about the llvm-commits mailing list