This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed770d4 [SDAG] Fix zeroExtend assertion error new 6a1a59e [GlobalISel][X86] Support G_STORE/G_LOAD operation
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/X86CallLowering.cpp | 4 +- lib/Target/X86/X86GenRegisterBankInfo.def | 26 +- lib/Target/X86/X86InstructionSelector.cpp | 96 +++- lib/Target/X86/X86InstructionSelector.h | 9 +- lib/Target/X86/X86LegalizerInfo.cpp | 39 +- lib/Target/X86/X86RegisterBankInfo.cpp | 138 +++-- lib/Target/X86/X86RegisterBankInfo.h | 16 +- test/CodeGen/X86/GlobalISel/X86-regbankselect.mir | 321 ++++++++++++ test/CodeGen/X86/GlobalISel/binop-isel.ll | 29 ++ .../X86/GlobalISel/irtranslator-callingconv.ll | 17 + test/CodeGen/X86/GlobalISel/memop-isel.ll | 159 ++++++ .../X86/GlobalISel/x86_64-instructionselect.mir | 576 +++++++++++++++++++++ 12 files changed, 1356 insertions(+), 74 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/memop-isel.ll