[PATCH] D56145: [DAGCombiner] After performing the division by constant optimization for a DIV or REM node, replace the users of the corresponding REM or DIV node if it exists.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 10:22:52 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350239: [DAGCombiner] After performing the division by constant optimization for a DIV… (authored by ctopper, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56145?vs=179775&id=179884#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56145/new/

https://reviews.llvm.org/D56145

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/X86/divide-by-constant.ll
  llvm/trunk/test/CodeGen/X86/pr38217.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56145.179884.patch
Type: text/x-patch
Size: 4798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/7a1b8cc9/attachment.bin>


More information about the llvm-commits mailing list