[PATCH] D104282: [FuncSpec] Use std::pow instead of operator^

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 15 03:03:51 PDT 2021


SjoerdMeijer added inline comments.


================
Comment at: llvm/test/Transforms/FunctionSpecialization/function-specialization-loop.ll:3
+
+; check the bonus for specializing constant arguments are powered by the depth of the loop.
+; CHECK: @foo.1(
----------------
Perhaps before committing rephrase this a bit:

`check` -> `Check`

and say something along the lines of:

   Check that the loop depth results in a larger specialization bonus.


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

https://reviews.llvm.org/D104282



More information about the llvm-commits mailing list