[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
Tue Oct 2 09:07:53 PDT 2018


xbolva00 updated this revision to Diff 167956.
xbolva00 added a comment.

- Updated tests


https://reviews.llvm.org/D52668

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52668.167956.patch
Type: text/x-patch
Size: 41612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181002/a5206d77/attachment-0001.bin>


More information about the llvm-commits mailing list