]> granicus.if.org Git - llvm/commit
[ThinLTO] Work around existing failure exposed by new test
authorTeresa Johnson <tejohnson@google.com>
Tue, 2 Jul 2019 23:28:28 +0000 (23:28 +0000)
committerTeresa Johnson <tejohnson@google.com>
Tue, 2 Jul 2019 23:28:28 +0000 (23:28 +0000)
commit7c80c9440cb47e7dce7e5753d29e034eb6dc8bfe
tree1debb7a879037af56bde63c02544bd83e186f96f
parente2754882f63d7dad2bcd1be72261c7342143f646
[ThinLTO] Work around existing failure exposed by new test

When adding summary entries for index-based WPD (r364960), an added
test also included some additional testing of the existing hybrid
Thin/Regular LTO WPD (test/ThinLTO/X86/devirt.ll). That part of the
test is producing a failure on the llvm-clang-x86_64-expensive-checks-win
bot:

*** Bad machine code: Explicit definition marked as use ***
- function:    __typeid__ZTS1A_0_branch_funnel
- basic block: %bb.0  (0x81d4c58)
- instruction: ICALL_BRANCH_FUNNEL %0:gr64, @0, 16, @_ZN1B1fEi, 48, @_ZN1C1fEi
- operand 0:   %0:gr64
LLVM ERROR: Found 1 machine code errors.

This is functionality unrelated to the summary entries added with my
patch, so I am disabling this part of the new test until it is
addressed. I'll continue to investigate the failure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@364978 91177308-0d34-0410-b5e6-96231b3b80d8
test/ThinLTO/X86/devirt.ll