]> git.ipfire.org Git - thirdparty/gcc.git/commit
Enable ranger for ipa-prop
authorJan Hubicka <jh@suse.cz>
Wed, 28 Jun 2023 07:34:53 +0000 (09:34 +0200)
committerJan Hubicka <jh@suse.cz>
Wed, 28 Jun 2023 07:35:26 +0000 (09:35 +0200)
commit7198573f44fb579843bff8deda695107858d8cff
treed9b9e1de6c2ff6c478aeb7e64355bf46b767aead
parent857e1f93ff8e3b93a7a3dcca9e50fe32a4c93950
Enable ranger for ipa-prop

gcc/ChangeLog:

PR tree-optimization/110377
* ipa-prop.cc (ipa_compute_jump_functions_for_edge): Pass statement to
the ranger query.
(ipa_analyze_node): Enable ranger.

gcc/testsuite/ChangeLog:

PR tree-optimization/110377
* gcc.dg/ipa/pr110377.c: New test.
gcc/ipa-prop.cc
gcc/testsuite/gcc.dg/ipa/pr110377.c [new file with mode: 0644]