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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 27 14:58:53 PDT 2023


phosek added a comment.

We also see the same test failure on Windows:

  Script:
  --
  C:\b\s\w\ir\x\w\llvm_build\unittests\Transforms\IPO\.\IPOTests.exe --gtest_filter=FunctionSpecializationTest.PhiNode
  --
  C:\b\s\w\ir\x\w\llvm-llvm-project\llvm\unittests\Transforms\IPO\FunctionSpecializationTest.cpp:358
  Expected equality of these values:
    Bonus
      Which is: 0
    Ref
      Which is: 2014
  C:\b\s\w\ir\x\w\llvm-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