https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88948

--- Comment #4 from uros at gcc dot gnu.org ---
Author: uros
Date: Thu Jan 24 20:48:01 2019
New Revision: 268249

URL: https://gcc.gnu.org/viewcvs?rev=268249&root=gcc&view=rev
Log:
        PR target/88948
        * rtl.h (prepare_copy_insn): New prototype.
        * gcse.c (prepare_copy_insn): New function, split out from
        process_insert_insn.
        (process_insert_insn): Use prepare_copy_insn.
        * store-motion.c (replace_store_insn): Use prepare_copy_insn
        instead of gen_move_insn.

testsuite/ChangeLog:

        PR target/88948
        * gcc.target/i386/pr88948.c: New test.


Added:
    trunk/gcc/testsuite/gcc.target/i386/pr88948.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/gcse.c
    trunk/gcc/rtl.h
    trunk/gcc/store-motion.c
    trunk/gcc/testsuite/ChangeLog

Reply via email to