This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 41a1a9b [AArch64] Adjust the cost model for Exynos M1. new 20cfefb [InstCombine] Ensure that truncated int types are legal. new 0895ad4 [libFuzzer] when mutating based on CMP traces also try adding [...] new 59a9113 revert: "Remove debug location from common tail when tail-merging"
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/CodeGen/BranchFolding.cpp | 7 +- lib/Fuzzer/FuzzerMutate.cpp | 14 +--- lib/Fuzzer/FuzzerRandom.h | 5 ++ lib/Fuzzer/test/simple-cmp.test | 2 + lib/Transforms/InstCombine/InstCombineCompares.cpp | 6 +- test/DebugInfo/COFF/local-variables.ll | 10 +-- test/DebugInfo/X86/tail-merge.ll | 76 ---------------------- test/Transforms/InstCombine/icmp-shl-nuw.ll | 9 ++- test/Transforms/InstCombine/icmp.ll | 6 +- 9 files changed, 27 insertions(+), 108 deletions(-) create mode 100644 lib/Fuzzer/test/simple-cmp.test delete mode 100644 test/DebugInfo/X86/tail-merge.ll