]> git.ipfire.org Git - thirdparty/gcc.git/commit
Improve create_tmp_reg_or_ssa_name, always create SSA name
authorRichard Biener <rguenther@suse.de>
Tue, 3 Jun 2025 13:02:16 +0000 (15:02 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 3 Jun 2025 14:59:00 +0000 (16:59 +0200)
commitc92584742bbfe3e2d7972e14a7911542377175e5
tree987aba5f6f3bf31005296ad976b77245b442fdc2
parentc18f152447c0ae1ac752d8a14b582d099a329c0c
Improve create_tmp_reg_or_ssa_name, always create SSA name

In GIMPLE we can always use SSA names, so do that as it is cheaper.

* gimple-fold.cc (create_tmp_reg_or_ssa_name): Always
create a SSA name.
gcc/gimple-fold.cc