This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1e694f0 [LoopInterchange] Add CL option to override cost threshold. new 1e06f6c [LoopInterchange] Typo. NFC. new c348bc4 [X86][SSE] Improve recognition of i64 sitofp conversions that [...] new 2462473 [compiler-rt] Avoid instrumenting sanitizer functions
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/Target/X86/X86ISelLowering.cpp | 17 +++ .../Instrumentation/AddressSanitizer.cpp | 16 +- lib/Transforms/Scalar/LoopInterchange.cpp | 8 +- test/CodeGen/X86/i64-to-float.ll | 161 ++++----------------- test/CodeGen/X86/sse-fsignum.ll | 32 ++-- .../do-not-instrument-sanitizers.ll | 24 +++ 6 files changed, 97 insertions(+), 161 deletions(-) create mode 100644 test/Instrumentation/AddressSanitizer/do-not-instrument-sanitizers.ll