This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0766c65 [X86] Regenerate CSE test with codegen instead of just the in [...] new 8ae3570 [X86][GlobalISel] Initial implementation , select G_ADD gpr, gpr
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/CodeGen/GlobalISel/InstructionSelector.cpp | 7 ++ lib/Target/X86/CMakeLists.txt | 2 + lib/Target/X86/X86InstructionSelector.cpp | 133 +++++++++++++++++++++ lib/Target/X86/X86InstructionSelector.h | 47 ++++++++ lib/Target/X86/X86LegalizerInfo.cpp | 8 +- lib/Target/X86/X86RegisterBankInfo.cpp | 1 + lib/Target/X86/X86TargetMachine.cpp | 9 +- test/CodeGen/X86/GlobalISel/binop-isel.ll | 42 +++++++ .../{legalize-add.mir => legalize-sub.mir} | 12 +- .../X86/GlobalISel/x86_64-instructionselect.mir | 124 +++++++++++++++++++ 10 files changed, 373 insertions(+), 12 deletions(-) create mode 100644 lib/Target/X86/X86InstructionSelector.cpp create mode 100644 lib/Target/X86/X86InstructionSelector.h create mode 100755 test/CodeGen/X86/GlobalISel/binop-isel.ll copy test/CodeGen/X86/GlobalISel/{legalize-add.mir => legalize-sub.mir} (75%) create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-instructionselect.mir