This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 461e0b352d5 [APInt] Inline the single word case of lshrInPlace similar [...] new 21b4d8e9b9a [X86] Keep EXTRACT_VECTOR_ELT result type as f128 for Andro [...] new f5a8309ea32 NewGVN: Fix memory congruence verification. The return true [...] new 649ee281808 [MemoryBuiltins] Use ImmutableCallSite instead of CallSite [...]
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/MemoryBuiltins.cpp | 8 +++--- lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 7 +++-- lib/CodeGen/SelectionDAG/LegalizeTypes.h | 2 +- lib/Transforms/Scalar/NewGVN.cpp | 16 +++++------ test/CodeGen/X86/extract-store.ll | 37 +++++++++++++++++++++++++ test/CodeGen/X86/fp128-extract.ll | 22 +++++++++++++++ 6 files changed, 77 insertions(+), 15 deletions(-) create mode 100644 test/CodeGen/X86/fp128-extract.ll