[PATCH] D33186: [InstCombine] Canonicalize clamp of float types to minmax in fast mode.

Nikolai Bozhenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 4 05:23:14 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL310054: [InstCombine] Canonicalize clamp of float types to minmax in fast mode. (authored by n.bozhenov).

Changed prior to commit:
  https://reviews.llvm.org/D33186?vs=108446&id=109717#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33186

Files:
  llvm/trunk/include/llvm/IR/PatternMatch.h
  llvm/trunk/lib/Analysis/ValueTracking.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineSelect.cpp
  llvm/trunk/test/Transforms/InstCombine/clamp-to-minmax.ll
  llvm/trunk/test/Transforms/InstCombine/minmax-fold.ll
  llvm/trunk/test/Transforms/InstCombine/pr27236.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33186.109717.patch
Type: text/x-patch
Size: 17363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170804/9902e3e9/attachment.bin>


More information about the llvm-commits mailing list