This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a5e5821989e [X86][SSE] Relax type legality for combineTruncateWithSat P [...] new 693160b019e [X86] Reduce Store Forward Block issues in HW - Recommit af [...] new 9e4131672d2 Fix GCC -Wlogical-op-parentheses warning. NFCI. new 1dd33b89293 [ARM] f16 stack spill/reloads
The 3 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/ARM/ARMBaseInstrInfo.cpp | 22 +- lib/Target/X86/CMakeLists.txt | 1 + lib/Target/X86/X86.h | 3 + lib/Target/X86/X86FixupSFB.cpp | 580 ++++++++++ lib/Target/X86/X86ISelLowering.cpp | 4 +- lib/Target/X86/X86TargetMachine.cpp | 1 + test/CodeGen/ARM/fp16-instructions.ll | 26 + test/CodeGen/X86/fixup-sfb-32.ll | 1926 +++++++++++++++++++++++++++++++++ test/CodeGen/X86/fixup-sfb.ll | 1378 +++++++++++++++++++++++ 9 files changed, 3938 insertions(+), 3 deletions(-) create mode 100644 lib/Target/X86/X86FixupSFB.cpp create mode 100644 test/CodeGen/X86/fixup-sfb-32.ll create mode 100644 test/CodeGen/X86/fixup-sfb.ll