[PATCH] D57220: Test fix for isViableInline remark message

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 1 08:03:46 PST 2019


xbolva00 added inline comments.
Herald added a project: clang.


================
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);
----------------
What about this line?


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