[PATCH] D59396: [MsgPack] Attempt to fix failure on windows expensive checks bot

Galina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 14 23:03:04 PDT 2019


gkistanova requested changes to this revision.
gkistanova added a comment.
This revision now requires changes to proceed.

This makes things better, but did not resolve the problem completely.
The following 2 tests are still failing:

  ********************
  Failing Tests (2):
      LLVM :: CodeGen/MIR/AMDGPU/machine-function-info-no-ir.mir
      LLVM :: CodeGen/MIR/AMDGPU/machine-function-info.ll

Both failures has the same reason behind:

  >c:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\bin\llc.exe -run-pass=none -verify-machineinstrs C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\test\CodeGen\MIR\AMDGPU\Output\machine-function-info.ll.tmp.mir -o -
  error: C:\ps4-buildslave2\llvm-clang-x86_64-expensive-checks-win\build\test\CodeGen\MIR\AMDGPU\Output\machine-function-info.ll.tmp.mir:114:21: expected a named register
    scratchRSrcReg:  ''
                      ^

I'll send you the build\test\CodeGen\MIR\AMDGPU\Output\machine-function-info.ll.tmp.mir by e-mail, so you could reproduce the problem locally and play with that.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59396/new/

https://reviews.llvm.org/D59396





More information about the llvm-commits mailing list