]> gcc.gnu.org Git - gcc.git/commit
Fix PR rtl-optimization/108274
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 13 Jan 2023 21:05:28 +0000 (22:05 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Fri, 13 Jan 2023 21:15:20 +0000 (22:15 +0100)
commit4fa6845b4b29f33cc7ea3d8ff49b61bb1f460561
treeff9a9dadaf7768d109ea8531e99f6046a5ebbc6b
parent1a460d19ba0939e05b38befb6256f4f4bb416e0d
Fix PR rtl-optimization/108274

Unlike other IPA passes, the ICF pass can be run at -O0 and some testcases
rely on this in the testsuite.  Now it effectively creates a tail call so
the DF information needs be updated in this case after epilogue creation.

gcc/
PR rtl-optimization/108274
* function.cc (thread_prologue_and_epilogue_insns): Also update the
DF information for calls in a few more cases.
gcc/function.cc
This page took 0.067699 seconds and 6 git commands to generate.