]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove live-info global bitmap
authorRichard Biener <rguenther@suse.de>
Tue, 9 Apr 2024 09:28:47 +0000 (11:28 +0200)
committerRichard Biener <rguenther@suse.de>
Thu, 2 May 2024 07:01:11 +0000 (09:01 +0200)
commit5176402d6fdbf131d176b5f43ac6449c1bda072b
treee3db2c6cef3074fc32ba0c44f5969f3e314f0396
parent66f49ccd409c7a3f6eb89dd78e275ab57c983c79
Remove live-info global bitmap

The following removes the unused tree_live_info_d->global bitmap.

* tree-ssa-live.h (tree_live_info_d::global): Remove.
(partition_is_global): Likewise.
(make_live_on_entry): Do not set bit in global.
* tree-ssa-live.cc (new_tree_live_info): Do not allocate
global bitmap.
(delete_tree_live_info): Do not release it.
(set_var_live_on_entry): Do not set bits in it.
gcc/tree-ssa-live.cc
gcc/tree-ssa-live.h