This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 52430834f40 [X86] Tag PIC setup instruction as jump scheduler class new 1444db556f5 [X86] Add the commutable floating point min/max pseudo inst [...] new 27cda75f719 [X86] Make the _Int part of some instregex sheduler pattern [...] new 59ec4e46963 [X86] Fix bad regular expressions in the scheduler models. [...] new 400a9b139db [X86] Fix test case I failed ot update in r320279.
The 4 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/X86SchedBroadwell.td | 183 ++++++------ lib/Target/X86/X86SchedHaswell.td | 172 +++++------ lib/Target/X86/X86SchedSandyBridge.td | 80 ++--- lib/Target/X86/X86SchedSkylakeClient.td | 184 ++++++------ lib/Target/X86/X86SchedSkylakeServer.td | 187 ++++++------ test/CodeGen/X86/avx-schedule.ll | 16 +- test/CodeGen/X86/avx2-schedule.ll | 32 +- test/CodeGen/X86/avx512-schedule.ll | 14 +- test/CodeGen/X86/avx512-shuffle-schedule.ll | 444 ++++++++++++++-------------- test/CodeGen/X86/mul-constant-i32.ll | 4 +- test/CodeGen/X86/mul-constant-i64.ll | 4 +- test/CodeGen/X86/recip-fastmath.ll | 6 +- test/CodeGen/X86/recip-fastmath2.ll | 6 +- test/CodeGen/X86/sha-schedule.ll | 6 +- test/CodeGen/X86/sse-schedule.ll | 2 +- 15 files changed, 666 insertions(+), 674 deletions(-)