[PATCH] D32155: [APInt] Use lshrInPlace to replace lshr where possible

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 18 10:27:20 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300566: [APInt] Use lshrInPlace to replace lshr where possible (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D32155?vs=95595&id=95600#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D32155

Files:
  llvm/trunk/include/llvm/ADT/APInt.h
  llvm/trunk/lib/Analysis/ScalarEvolution.cpp
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/trunk/lib/CodeGen/CodeGenPrepare.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/ExecutionEngine/Interpreter/Execution.cpp
  llvm/trunk/lib/IR/ConstantFold.cpp
  llvm/trunk/lib/Support/APFloat.cpp
  llvm/trunk/lib/Support/APInt.cpp
  llvm/trunk/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/trunk/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineShifts.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32155.95600.patch
Type: text/x-patch
Size: 19373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170418/604e4f8c/attachment-0001.bin>


More information about the llvm-commits mailing list