This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40d79c6 Revert r296730, "cmake: Configure the ThinLTO cache directory [...] new a59e6d2 [GlobalISel][X86] Support float/double and vector types.
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/X86GenRegisterBankInfo.def | 40 ++- lib/Target/X86/X86InstructionSelector.cpp | 177 ++++++++- lib/Target/X86/X86InstructionSelector.h | 11 + lib/Target/X86/X86LegalizerInfo.cpp | 41 ++- lib/Target/X86/X86LegalizerInfo.h | 2 + lib/Target/X86/X86RegisterBankInfo.cpp | 64 +++- lib/Target/X86/X86RegisterBanks.td | 3 + test/CodeGen/X86/GlobalISel/X86-regbankselect.mir | 153 +++++++- test/CodeGen/X86/GlobalISel/binop-isel.ll | 157 ++++++-- .../X86/GlobalISel/irtranslator-callingconv.ll | 90 ++--- test/CodeGen/X86/GlobalISel/legalize-add.mir | 8 +- test/CodeGen/X86/GlobalISel/legalize-sub.mir | 8 +- .../X86/GlobalISel/x86_64-instructionselect.mir | 394 +++++++++++++++++++-- 13 files changed, 992 insertions(+), 156 deletions(-) mode change 100755 => 100644 test/CodeGen/X86/GlobalISel/binop-isel.ll