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] Use NOP_EXPRs from genmatch


This makes genmatch emit NOP_EXPRs instead of CONVERT_EXPRs.
This avoids various corner cases in passes, fold and FE-ish code.

Bootstrapped on x86_64-unknown-linux-gnu, testing in progress.

Richard.

2014-10-31  Richard Biener  <rguenther@suse.de>

        * genmatch.c (expr::gen_transform): Use NOP_EXPRs instead of
        CONVERT_EXPRs in generated code.
        (dt_simplify::gen): Likewise.

Attachment: p2
Description: Binary data


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