Check optimize_insn_for_speed_p in *fixuns_trunc<mode>_1
Since fixuns_trunc<mode>si2 expander checks optimize_insn_for_size_p before generating *fixuns_trunc<mode>_1, we should use optimize_insn_for_speed_p in *fixuns_trunc<mode>_1 for consistency. PR target/60827 * config/i386/i386.md (*fixuns_trunc<mode>_1): Check optimize_insn_for_speed_p instead of optimize_function_for_speed_p. From-SVN: r209383
Showing
Please
register
or
sign in
to comment