This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 58f8c5d01d2 [RISCV] Update two tests after r326208 new 9a6e78e4adc [GlobalIsel][X86] Support G_PTRTOINT instruction.
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/X86InstructionSelector.cpp | 25 ++-- lib/Target/X86/X86LegalizerInfo.cpp | 15 ++ test/CodeGen/X86/GlobalISel/ptrtoint.ll | 52 +++++++ .../X86/GlobalISel/x86-legalize-ptrtoint.mir | 141 ++++++++++++++++++ .../CodeGen/X86/GlobalISel/x86-select-ptrtoint.mir | 143 ++++++++++++++++++ .../X86/GlobalISel/x86_64-legalize-ptrtoint.mir | 154 ++++++++++++++++++++ .../X86/GlobalISel/x86_64-select-ptrtoint.mir | 162 +++++++++++++++++++++ 7 files changed, 682 insertions(+), 10 deletions(-) create mode 100644 test/CodeGen/X86/GlobalISel/ptrtoint.ll create mode 100644 test/CodeGen/X86/GlobalISel/x86-legalize-ptrtoint.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86-select-ptrtoint.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-legalize-ptrtoint.mir create mode 100644 test/CodeGen/X86/GlobalISel/x86_64-select-ptrtoint.mir