[PATCH] D44395: [GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHL

Alexander Ivchenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 14 04:26:36 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL327499: [GlobalISel][X86] Support G_LSHR/G_ASHR/G_SHL (authored by aivchenk, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D44395?vs=138140&id=138328#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44395

Files:
  llvm/trunk/lib/Target/X86/X86InstructionSelector.cpp
  llvm/trunk/lib/Target/X86/X86LegalizerInfo.cpp
  llvm/trunk/lib/Target/X86/X86RegisterBankInfo.cpp
  llvm/trunk/test/CodeGen/X86/GlobalISel/ashr-scalar.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/ext-x86-64.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/ext.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/gep.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-ashr-scalar.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-lshr-scalar.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/legalize-shl-scalar.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/lshr-scalar.ll
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-ashr-scalar.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-lshr-scalar.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/select-shl-scalar.mir
  llvm/trunk/test/CodeGen/X86/GlobalISel/shl-scalar.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44395.138328.patch
Type: text/x-patch
Size: 75512 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180314/ff5c2661/attachment.bin>


More information about the llvm-commits mailing list