[PATCH] D12082: [X86] Do not lower scalar sdiv/udiv to a shifts + mul sequence when optimizing for minsize

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 04:18:59 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL245430: [TLI] Refactor "is integer division cheap" queries. (authored by mkuper).

Changed prior to commit:
  http://reviews.llvm.org/D12082?vs=32389&id=32532#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12082

Files:
  llvm/trunk/include/llvm/Target/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/trunk/lib/Target/MSP430/MSP430ISelLowering.cpp
  llvm/trunk/lib/Target/XCore/XCoreISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12082.32532.patch
Type: text/x-patch
Size: 7185 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150819/c3fb5b10/attachment.bin>


More information about the llvm-commits mailing list