This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 14dc68ac6b6 [ARM] MVE predicate bitcast test and VPSEL adjustment. NFC new 68fb334e9eb [X86] Enable fp128 as a legal type with SSE1 rather than with MMX.
The 1 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 | 4 +- test/CodeGen/X86/atomic-non-integer-fp128.ll | 35 +++++ test/CodeGen/X86/atomic-non-integer.ll | 74 ++++++--- test/CodeGen/X86/atomicf128.ll | 32 +++- test/CodeGen/X86/extract-store.ll | 99 ++---------- test/CodeGen/X86/fp128-cast.ll | 216 +-------------------------- test/CodeGen/X86/fp128-select.ll | 60 ++++---- test/CodeGen/X86/vec_fp_to_int.ll | 32 ++-- 8 files changed, 175 insertions(+), 377 deletions(-) create mode 100644 test/CodeGen/X86/atomic-non-integer-fp128.ll