aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/soft-fp/eqtf2.c
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2024-07-08 03:55:27 +0200
committerHans-Peter Nilsson <hp@bitrange.com>2024-08-27 01:07:24 +0200
commit5031df5d1f4954304c618efd2de029edc6b3699f (patch)
tree1b92c3ea2981d6887ff99f817bc34a6d3c6d56d4 /gcc/config/soft-fp/eqtf2.c
parent5cca7517c5868b7b9aa13992145eb6082ac5d5b9 (diff)
downloadgcc-master.zip
gcc-master.tar.gz
gcc-master.tar.bz2
combine.cc (make_more_copies): Copy attributes from the original pseudo, PR115883HEADtrunkmaster
The first of the late-combine passes, propagates some of the copies made during the (in-time-)combine pass in make_more_copies into the users of the "original" pseudo registers and removes the "old" pseudos. That effectively removes attributes such as REG_POINTER, which matter to LRA. The quoted PR is for an ICE-manifesting bug that was exposed by the late-combine pass and went back to hiding with this patch until commit r15-2937-g3673b7054ec2, the fix for PR116236, when it was actually fixed. To wit, this patch is only incidentally related to that bug. In other words, the REG_POINTER attribute should not be required for LRA to work correctly. This patch merely corrects state for those propagated register-uses to ante late-combine. For reasons not investigated, this fixes a failing test "FAIL: gcc.dg/guality/pr54200.c -Og -DPREVENT_OPTIMIZATION line 20 z == 3" for x86_64-linux-gnu. PR middle-end/115883 * combine.cc (make_more_copies): Copy attributes from the original pseudo to the new copy.
Diffstat (limited to 'gcc/config/soft-fp/eqtf2.c')
0 files changed, 0 insertions, 0 deletions