[PATCH] D73716: [SCEV] SCEVExpander::isHighCostExpansionHelper(): begin cost modelling - model cast cost
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 30 08:32:18 PST 2020
xbolva00 added inline comments.
================
Comment at: llvm/include/llvm/Analysis/ScalarEvolutionExpander.h:177
+ /// Return true for expressions that can't be evaluate at runtime
+ /// within given \b Budged.
///
----------------
Budget
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73716/new/
https://reviews.llvm.org/D73716
More information about the llvm-commits
mailing list