This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2372d8b [libFuzzer] modify the docs for startup/init new 9ea4c64 [X86] Register and initialize the FixupBW pass. new 4c690f3 [X86] Teach X86FixupBWInsts to promote MOV8rr/MOV16rr to MOV32rr.
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/X86.h | 3 + lib/Target/X86/X86FixupBWInsts.cpp | 73 ++++++- lib/Target/X86/X86TargetMachine.cpp | 1 + test/CodeGen/X86/2011-06-14-PreschedRegalias.ll | 2 +- test/CodeGen/X86/anyext.ll | 2 +- test/CodeGen/X86/avx512-calling-conv.ll | 2 +- test/CodeGen/X86/avx512-mask-op.ll | 2 +- test/CodeGen/X86/avx512-select.ll | 4 +- test/CodeGen/X86/avx512dq-mask-op.ll | 2 +- test/CodeGen/X86/cmovcmov.ll | 6 +- test/CodeGen/X86/fixup-bw-copy.ll | 70 +++++++ test/CodeGen/X86/fixup-bw-copy.mir | 156 +++++++++++++++ test/CodeGen/X86/float-conv-elim.ll | 2 +- test/CodeGen/X86/machine-combiner-int.ll | 6 +- test/CodeGen/X86/opt-ext-uses.ll | 4 +- test/CodeGen/X86/pr23664.ll | 2 +- test/CodeGen/X86/vector-bitreverse.ll | 32 +-- test/CodeGen/X86/vector-idiv-sdiv-512.ll | 256 ++++++++++++------------ test/CodeGen/X86/vector-idiv-udiv-512.ll | 128 ++++++------ test/CodeGen/X86/xaluo.ll | 4 +- 20 files changed, 522 insertions(+), 235 deletions(-) create mode 100644 test/CodeGen/X86/fixup-bw-copy.ll create mode 100644 test/CodeGen/X86/fixup-bw-copy.mir