[PATCH] D51942: [InstCombine] Fold (C/x)>0 into x>0 if possible

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 09:01:11 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL343228: [InstCombine] Without infinites, fold (C / X) < 0.0 --> (X < 0) (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D51942?vs=167307&id=167337#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51942

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCompares.cpp
  llvm/trunk/test/Transforms/InstCombine/fcmp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51942.167337.patch
Type: text/x-patch
Size: 5200 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180927/ae6daebe/attachment.bin>


More information about the llvm-commits mailing list