[PATCH] D49781: [GlobalIsel][X86] Support G_UDIV/G_UREM/G_SREM

Alexander Ivchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 8 06:42:33 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL343966: [GlobalIsel][X86] Support G_UDIV/G_UREM/G_SREM (authored by aivchenk, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D49781?vs=157205&id=168655#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49781

Files:
  llvm/trunk/lib/Target/X86/X86InstructionSelector.cpp
  llvm/trunk/lib/Target/X86/X86LegalizerInfo.cpp
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86-legalize-srem.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86-legalize-udiv.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86-legalize-urem.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86-select-srem.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86-select-udiv.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86-select-urem.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86_64-legalize-srem.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86_64-legalize-udiv.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86_64-legalize-urem.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86_64-select-srem.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86_64-select-udiv.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/x86_64-select-urem.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49781.168655.patch
Type: text/x-patch
Size: 113499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181008/593b060c/attachment-0001.bin>


More information about the llvm-commits mailing list