This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d88cc08 [ARM] Fix Scavenger assert due to underestimated stack size new 30f97f1 Revert "[InstCombine] Canonicalize icmp instructions based on [...] new 83e3b70 [MSan] [Mips64] Add tests for vararg handling.
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/ConstantRange.h | 10 -- lib/IR/ConstantRange.cpp | 12 --- lib/Transforms/InstCombine/InstCombineCompares.cpp | 45 -------- .../MemorySanitizer/Mips/vararg-mips64.ll | 43 ++++++++ .../MemorySanitizer/Mips/vararg-mips64el.ll | 42 ++++++++ test/Transforms/InstCombine/icmp.ll | 118 --------------------- 6 files changed, 85 insertions(+), 185 deletions(-) create mode 100644 test/Instrumentation/MemorySanitizer/Mips/vararg-mips64.ll create mode 100644 test/Instrumentation/MemorySanitizer/Mips/vararg-mips64el.ll