This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH][TUPLES] Tuplification of ipa-pure-const.c


Hi Diego,

    Could you please review this? Thanks.

-Doug

-------------------------------------------
2008-04-10  Doug Kwan  <dougkwan@google.com>

        * ipa-pure-const.c (get_asm_expr_operands): Tuplify.
        (get_asm_expr_operands): Tuplify.
        (check_call): Tuplify. Add code to handle return value assignment.
        (scan_function): Remove. Original code is tuplified and split into
        two new functions scan_function_op and scan_function_stmt.
        (scan_function_op): New function.
        (scan_function_stmt): New function.
        (analyze_function): Tuplify and re-enable previously disabled code.
        * passes.c (init_optimization_passes): Re-enable pass_ipa_pure_const.

Attachment: patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]