This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a82d30 X86InstrInfo: Update liveness in classifyLea() new 4f5ecb3 [X86] Remove unnecessary bitcast from the front of AVX1Only 2 [...] new abbe1e8 [X86] Cleanup patterns for AVX/SSE for PS operations. Always [...] new c59de2e [X86] Remove the Fv packed logical operation alias instructio [...]
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/X86InstrInfo.cpp | 24 --- lib/Target/X86/X86InstrSSE.td | 194 +++++++++++++++++------- test/CodeGen/X86/WidenArith.ll | 2 +- test/CodeGen/X86/copysign-constant-magnitude.ll | 14 +- test/CodeGen/X86/fp-logic.ll | 2 +- test/CodeGen/X86/fp128-cast.ll | 4 +- test/CodeGen/X86/merge-consecutive-loads-256.ll | 26 +--- test/CodeGen/X86/sse-fcopysign.ll | 6 +- test/CodeGen/X86/v8i1-masks.ll | 4 +- test/CodeGen/X86/vec_fabs.ll | 12 +- test/CodeGen/X86/vec_int_to_fp.ll | 30 ++-- test/CodeGen/X86/vec_uint_to_fp-fastmath.ll | 26 ++-- 12 files changed, 193 insertions(+), 151 deletions(-)