[PATCH] D57220: Test fix for isViableInline remark message

Yevgeny Rouban via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 3 20:36:23 PST 2019


yrouban marked an inline comment as done.
yrouban added inline comments.


================
Comment at: test/Frontend/optimization-remark-with-hotness.c:63
   // NO_PGO: '-fdiagnostics-hotness-threshold=' requires profile-guided optimization information
   // expected-remark at +1 {{foo inlined into bar with (cost=always): always inliner (hotness:}}
   sum += foo(x, x - 2);
----------------
xbolva00 wrote:
> What about this line?
positive inlining remarks did not change. I did not see tests failure, did you?


Repository:
  rC Clang

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

https://reviews.llvm.org/D57220





More information about the cfe-commits mailing list