[PATCH] D50636: [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 29 04:21:19 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL340916: [DAGCombiner] Add X / X -> 1 & X % X -> 0 folds (test tweaks) (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D50636?vs=162822&id=163048#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D50636

Files:
  llvm/trunk/test/CodeGen/MSP430/libcalls.ll
  llvm/trunk/test/CodeGen/SystemZ/pr32372.ll
  llvm/trunk/test/CodeGen/X86/pr38539.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50636.163048.patch
Type: text/x-patch
Size: 7355 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180829/8298ae55/attachment.bin>


More information about the llvm-commits mailing list