This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33942ae [InstCombine] add tests for bitcasted selects; NFC new 5ecd473 [X86][SSE] Improve SINT_TO_FP of boolean vector results (signum) new 5c8c065 [AVX-512] Add AVX-512 vector shift intrinsics to memory santitizer.
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: lib/Target/X86/X86ISelLowering.cpp | 5 +- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 31 ++++++ test/CodeGen/X86/avx512-cvt.ll | 19 +--- test/CodeGen/X86/sse-fsignum.ll | 104 +++------------------ .../MemorySanitizer/vector_shift.ll | 51 ++++++++++ 5 files changed, 101 insertions(+), 109 deletions(-)