[PATCH] D84162: GlobalISel: Define mulfix/divfix opcodes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 20 05:33:56 PDT 2020


arsenm created this revision.
arsenm added reviewers: aemerson, paquette, aditya_nandakumar, dsanders, leonardchan.
Herald added subscribers: hiraditya, rovka, wdng.
Herald added a project: LLVM.

The full expansion involves the funnel shifts, which depend on another
patch to expand those.


https://reviews.llvm.org/D84162

Files:
  llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  llvm/include/llvm/Support/TargetOpcodes.def
  llvm/include/llvm/Target/GenericOpcodes.td
  llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-fixed-point-intrinsics.ll
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84162.279202.patch
Type: text/x-patch
Size: 16829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200720/2b1152bc/attachment.bin>


More information about the llvm-commits mailing list