OSDN Git Service

[GlobalIsel][X86] Support for G_SDIV instruction
authorAlexander Ivchenko <alexander.ivchenko@intel.com>
Wed, 14 Mar 2018 15:41:11 +0000 (15:41 +0000)
committerAlexander Ivchenko <alexander.ivchenko@intel.com>
Wed, 14 Mar 2018 15:41:11 +0000 (15:41 +0000)
commit47473109e3c44e5c9b1bd22fb1a63a15cf09530c
tree6695e120c14f23e981620b8017eaab9b42254d4a
parenta816f42e4da693f2e749b855da55d7bb4e4ccad4
[GlobalIsel][X86] Support for G_SDIV instruction

Reviewed By: igorb

Differential Revision: https://reviews.llvm.org/D44430

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@327520 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstructionSelector.cpp
lib/Target/X86/X86LegalizerInfo.cpp
test/CodeGen/X86/GlobalISel/x86-legalize-sdiv.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86-select-sdiv.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-irtranslator.ll
test/CodeGen/X86/GlobalISel/x86_64-legalize-sdiv.mir [new file with mode: 0644]
test/CodeGen/X86/GlobalISel/x86_64-select-sdiv.mir [new file with mode: 0644]