This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9fb9172b439 GlobalISel: Partially implement widenScalar for MERGE_VALUES new 79e1cb59f53 GlobalISel: Verify pointer casts
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/MachineVerifier.cpp | 44 +++++++++++++++++ .../GlobalISel/legalize-inttoptr-xfail-1.mir | 6 +-- .../GlobalISel/legalize-inttoptr-xfail-2.mir | 5 +- .../AMDGPU/GlobalISel/regbankselect-ptrtoint.mir | 16 +++--- test/Verifier/test_g_addrspacecast.mir | 57 ++++++++++++++++++++++ test/Verifier/test_g_inttoptr.mir | 45 +++++++++++++++++ test/Verifier/test_g_ptrtoint.mir | 45 +++++++++++++++++ 7 files changed, 204 insertions(+), 14 deletions(-) create mode 100644 test/Verifier/test_g_addrspacecast.mir create mode 100644 test/Verifier/test_g_inttoptr.mir create mode 100644 test/Verifier/test_g_ptrtoint.mir