This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from aea03035b9c [DAG] Fix node id invalidation in Instruction Selection. new 555ee3a0e12 [X86] Fix the itinerary for vextractps to match extractps. new 7b045fcd1fe [X86] Add VEXTRB/W/D/Q to Zen scheduler model. new 23b385dc5a4 [X86] Merge VMOVMSKBrr and MOVMSKBrr in the SNB sheduler model. new 3a512b02aca [X86] Give VLDDQUrm and LDDQUrm the same itinerary. new 1a5a81ce0e0 [X86] Change VPSADBW itinerary to SSE_INTALU_ITINS_P to mat [...] new 727b684e151 [X86] Match vpblendvb/vblendvps/vblendvpd itineraries to th [...] new daf2cf12902 [X86] Correct the latencies of SNB integer vector multiplie [...]
The 7 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/X86InstrSSE.td | 66 ++++++------ lib/Target/X86/X86SchedSandyBridge.td | 39 ++++--- lib/Target/X86/X86ScheduleZnver1.td | 4 +- test/CodeGen/X86/avx2-schedule.ll | 8 +- test/CodeGen/X86/mmx-schedule.ll | 40 +++---- test/CodeGen/X86/sse-schedule.ll | 2 +- test/CodeGen/X86/sse2-schedule.ll | 60 +++++------ test/CodeGen/X86/sse41-schedule.ll | 40 +++---- test/CodeGen/X86/ssse3-schedule.ll | 16 +-- test/tools/llvm-mca/X86/BtVer2/resources-avx1.s | 110 +++++++++---------- test/tools/llvm-mca/X86/BtVer2/resources-sse41.s | 132 +++++++++++------------ 11 files changed, 264 insertions(+), 253 deletions(-)