This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f2c750b0e65 [X86] Use relocImm in the ROL8ri/ROL16ri/ROL32ri/ROL64ri pa [...] new 89d0f2ff489 [InstSimplify] Add additional icmp of min/max tests; NFC new 44d05035050 [ValueTracking][InstSimplify] Move abs handling into comput [...] new ca5bbb310e6 [WebAssembly] Don't override default implementation of isOf [...]
The 3 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: lib/Analysis/InstructionSimplify.cpp | 41 ------ lib/Analysis/ValueTracking.cpp | 32 +++++ lib/Target/TargetMachine.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 6 - lib/Target/WebAssembly/WebAssemblyISelLowering.h | 1 - test/Transforms/InstSimplify/cmp_of_min_max.ll | 150 +++++++++++++++++++++ 6 files changed, 183 insertions(+), 49 deletions(-) create mode 100644 test/Transforms/InstSimplify/cmp_of_min_max.ll