[PATCH] D154852: [FuncSpec] Add Phi nodes to the InstCostVisitor.

Vlad Vereschaka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 13:49:50 PDT 2023


vvereschaka added a comment.

Hi @labrinea

the same problem with the following builders:

- https://lab.llvm.org/buildbot/#/builders/235/builds/975
- https://lab.llvm.org/buildbot/#/builders/58/builds/42553
- https://lab.llvm.org/buildbot/#/builders/58/builds/42553

and few others ...

  ******************** TEST 'LLVM-Unit :: Transforms/IPO/./IPOTests/11/12' FAILED ********************
  Script(shard):
  --
  GTEST_OUTPUT=json:/home/buildbot/as-builder-4/lld-x86_64-ubuntu-fast/build/unittests/Transforms/IPO/./IPOTests-LLVM-Unit-1080736-11-12.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=12 GTEST_SHARD_INDEX=11 /home/buildbot/as-builder-4/lld-x86_64-ubuntu-fast/build/unittests/Transforms/IPO/./IPOTests
  --
  Script:
  --
  /home/buildbot/as-builder-4/lld-x86_64-ubuntu-fast/build/unittests/Transforms/IPO/./IPOTests --gtest_filter=FunctionSpecializationTest.PhiNode
  --
  /home/buildbot/as-builder-4/lld-x86_64-ubuntu-fast/llvm-project/llvm/unittests/Transforms/IPO/FunctionSpecializationTest.cpp:358: Failure
  Expected equality of these values:
    Bonus
      Which is: 0
    Ref
      Which is: 2014
  /home/buildbot/as-builder-4/lld-x86_64-ubuntu-fast/llvm-project/llvm/unittests/Transforms/IPO/FunctionSpecializationTest.cpp:359: Failure
  Value of: Bonus > 0
    Actual: false
  Expected: true
  /home/buildbot/as-builder-4/lld-x86_64-ubuntu-fast/llvm-project/llvm/unittests/Transforms/IPO/FunctionSpecializationTest.cpp:358
  Expected equality of these values:
    Bonus
      Which is: 0
    Ref
      Which is: 2014
  /home/buildbot/as-builder-4/lld-x86_64-ubuntu-fast/llvm-project/llvm/unittests/Transforms/IPO/FunctionSpecializationTest.cpp:359
  Value of: Bonus > 0
    Actual: false
  Expected: true
  ********************


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154852



More information about the llvm-commits mailing list