[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.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 31 11:57:20 PST 2018
craig.topper updated this revision to Diff 179775.
craig.topper added a comment.
Fix bad indentation
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56145/new/
https://reviews.llvm.org/D56145
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/X86/divide-by-constant.ll
test/CodeGen/X86/pr38217.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56145.179775.patch
Type: text/x-patch
Size: 4699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181231/305ea35a/attachment.bin>
More information about the llvm-commits
mailing list