Make fp-vrp analysis result available to other optimizations.
Factor out the following function: /* Compute VRP fixpoint. The Result is available via links to * vrp_bitinfo*, allocated on client_obst. */ void fp_vrp_analyze(ir_graph* const irg, struct obstack *client_obst);
ir/opt/fp-vrp.h
0 → 100644
Please register or sign in to comment