Quoting Wei Li <
weil...@gmail.com>:
> Dear all:
>
> If I am correct, MILEPOST features are optimization independent as
> they are extracted at the SSA level.
Huh? Compiler flags and parameters are features, and they definitely
depend on the optimization level.
Or are you referring only to the features of the "ml-feat" pass?
Just from looking at the compiler sources I can't really tell exactly where
this pass is inserted, but it is most likely after the lowering passes;
the lowering passes already depend on the optimization level.
Moreover, some functions are generated as the result of intraprocedural
or auto-parallelization optimizations.