[PATCH] D52668: [DAGCombiner] Improve X div/rem Y fold if single bit element type

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 13:06:09 PDT 2018


xbolva00 created this revision.
Herald added a subscriber: llvm-commits.

Tests by @spatel, thanks


Repository:
  rL LLVM

https://reviews.llvm.org/D52668

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/combine-sdiv.ll
  test/CodeGen/X86/combine-srem.ll
  test/CodeGen/X86/combine-udiv.ll
  test/CodeGen/X86/combine-urem.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52668.167534.patch
Type: text/x-patch
Size: 3814 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180928/964d376c/attachment.bin>


More information about the llvm-commits mailing list