This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5de243758f7 [MergeICmp] Fix a bug in MergeICmp that can lead to a block [...] new ed2b4e5df90 Fix typo. NFC new a03f4fad0d7 [GlobalIsel][X86] Support G_INTTOPTR instruction.
The 2 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/X86InstructionSelector.cpp | 2 ++ lib/Target/X86/X86LegalizerInfo.cpp | 5 ++- lib/Transforms/Scalar/MergeICmps.cpp | 2 +- .../GlobalISel/{fpext-scalar.ll => inttoptr.ll} | 10 +++--- .../X86/GlobalISel/x86-legalize-inttoptr.mir | 39 ++++++++++++++++++++++ .../CodeGen/X86/GlobalISel/x86-select-inttoptr.mir | 39 ++++++++++++++++++++++ .../X86/GlobalISel/x86_64-legalize-inttoptr.mir | 35 +++++++++++++++++++ .../X86/GlobalISel/x86_64-select-inttoptr.mir | 36 ++++++++++++++++++++ 8 files changed, 161 insertions(+), 7 deletions(-) copy test/CodeGen/X86/GlobalISel/{fpext-scalar.ll => inttoptr.ll} (63%) create mode 100644 test/CodeGen/X86/GlobalISel/x86-legalize-inttoptr.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86-select-inttoptr.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-inttoptr.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-inttoptr.mir