This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 39b79bcf899 [DebugInfo] - Removed trailing whitespaces. NFC. new cd701a90110 Add tests to document current InstCombine behavior for clam [...] new 5b91c92a71b [InstCombine] Canonicalize clamp of float types to minmax i [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/IR/PatternMatch.h | 24 ++ lib/Analysis/ValueTracking.cpp | 69 +++- lib/Transforms/InstCombine/InstCombineSelect.cpp | 13 +- test/Transforms/InstCombine/clamp-to-minmax.ll | 501 +++++++++++++++++++++++ 4 files changed, 603 insertions(+), 4 deletions(-) create mode 100644 test/Transforms/InstCombine/clamp-to-minmax.ll