]> gcc.gnu.org Git - gcc.git/commit
[PR42093] [arm] [thumb2] disable tree-dce for test
authorAlexandre Oliva <oliva@adacore.com>
Sat, 14 Jan 2023 00:15:42 +0000 (21:15 -0300)
committerAlexandre Oliva <oliva@gnu.org>
Sat, 14 Jan 2023 00:15:42 +0000 (21:15 -0300)
commit31aaa6ef5a952d4f64fb04010459f28e0e793702
tree9c71f5b39ff188650c83dea7e79c44cfef3a216d
parentacddf6665f067bc98a2529a699b1d4509a7387cb
[PR42093] [arm] [thumb2] disable tree-dce for test

CD-DCE introduces blocks to share common PHI nodes, which replaces a
backwards branch that used to prevent the thumb2 jump table shortening
that PR42093 tested for.  In order to keep on testing that the
backward branch prevents the jumptable shortening, disable tree-dce.

for  gcc/testsuite/ChangeLog

PR target/42093
* gcc.target/arm/pr42093.c: Disable tree-dce.
gcc/testsuite/gcc.target/arm/pr42093.c
This page took 0.064779 seconds and 6 git commands to generate.