This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bba95e61a44 [X86][SSSE3] Added missing PHADDS/PHSUBS/PSIGN intrinsic schedules new 4e3a6970073 [X86] Split bmi.ll into a bmi test and a bmi2 test. new 42dea1205c3 [X86][SSE] Added missing PACKSS/PACKUS intrinsic schedules
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/X86InstrSSE.td | 16 +- lib/Target/X86/X86Schedule.td | 1 + lib/Target/X86/X86ScheduleAtom.td | 1 + test/CodeGen/X86/bmi.ll | 313 ++++++++++++++++++++------------------ test/CodeGen/X86/bmi2.ll | 99 ++++++++++++ test/CodeGen/X86/sse2-schedule.ll | 24 +-- 6 files changed, 278 insertions(+), 176 deletions(-) create mode 100644 test/CodeGen/X86/bmi2.ll