[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)
commit45fa289eb136a7f4ee1178f87f896a563be6e221
tree81f8ad969cc6a0edae3669c724d0f3a1c5360f93
parentb770d2c9d44672c7cd1b82ac32954179686b9c08
[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.

llvm-svn: 364978
llvm/test/ThinLTO/X86/devirt.ll