This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b2deef92d96 [X86] Improved sched models for X86 SHLD/SHRD* instructions [...] new f8c29cb84b8 [InstCombine] move/add tests for xor+add fold; NFC new b80d74e072c [X86] Improved sched models for X86 BT*rr instructions. htt [...]
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/X86InstrInfo.td | 16 +++--- lib/Target/X86/X86SchedBroadwell.td | 9 +-- lib/Target/X86/X86SchedHaswell.td | 9 +-- lib/Target/X86/X86SchedSandyBridge.td | 9 +-- lib/Target/X86/X86SchedSkylakeClient.td | 9 +-- lib/Target/X86/X86SchedSkylakeServer.td | 9 +-- lib/Target/X86/X86Schedule.td | 1 + lib/Target/X86/X86ScheduleAtom.td | 1 + lib/Target/X86/X86ScheduleBtVer2.td | 1 + lib/Target/X86/X86ScheduleSLM.td | 1 + lib/Target/X86/X86ScheduleZnver1.td | 1 + test/Transforms/InstCombine/and-xor-or.ll | 94 +++++++++++++++++++++++++++++++ test/Transforms/InstCombine/and2.ll | 12 ---- test/Transforms/InstCombine/xor.ll | 11 ---- utils/TableGen/CodeGenSchedule.cpp | 92 ++++++++++++++++++++++++++++++ utils/TableGen/CodeGenSchedule.h | 2 + 16 files changed, 206 insertions(+), 71 deletions(-)