[PATCH] D109661: [FunctionPropertiesAnalysis] Add `PreciseFunctionPropertiesAnalysis`

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 12 10:52:39 PDT 2021


uenoku added a comment.

@jdoerfert @mtrofin 
Currently, I created a new pass because I'm not sure additional costs to calculates new features are affordable at MLInliner. 
I'd like to put new features on `FunctionPropertiesInfo` if computational costs doesn't matter.


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

https://reviews.llvm.org/D109661



More information about the llvm-commits mailing list