[PATCH] D24822: [SelectionDAG] Enable division-by-constant optimization for wide types

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 24 01:34:59 PST 2016


nhaehnle updated this revision to Diff 79195.
nhaehnle added a comment.

Rebase on latest version of https://reviews.llvm.org/D24956.


https://reviews.llvm.org/D24822

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.cpp
  lib/Target/AArch64/AArch64ISelLowering.h
  lib/Target/AMDGPU/SOPInstructions.td
  lib/Target/BPF/BPFISelLowering.cpp
  lib/Target/BPF/BPFISelLowering.h
  lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  lib/Target/WebAssembly/WebAssemblyISelLowering.h
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/AMDGPU/sdiv.ll
  test/CodeGen/AMDGPU/udiv.ll
  test/CodeGen/SPARC/rem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24822.79195.patch
Type: text/x-patch
Size: 16167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161124/30ce9fd4/attachment.bin>


More information about the llvm-commits mailing list