This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 35542ad55d8 [X86] Don't make 512-bit vectors legal when preferred vecto [...] new fa2037abb8f [X86] Reduce Store Forward Block issues in HW
The 1 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/CMakeLists.txt | 1 + lib/Target/X86/X86.h | 3 + lib/Target/X86/X86FixupSFB.cpp | 558 ++++++++++++++ lib/Target/X86/X86TargetMachine.cpp | 1 + test/CodeGen/X86/fixup-sfb.ll | 1373 +++++++++++++++++++++++++++++++++++ 5 files changed, 1936 insertions(+) create mode 100644 lib/Target/X86/X86FixupSFB.cpp create mode 100644 test/CodeGen/X86/fixup-sfb.ll