diff options
author | Jakub Jelinek <jakub@redhat.com> | 2013-10-31 14:55:31 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2013-10-31 14:55:31 +0100 |
commit | c853f62af3d69969bfca8e29c2ee17cb77fc6b1a (patch) | |
tree | 3f7b240bb836007eb44a47aff2ecae17e1a2a5ef /config.sub | |
parent | d8202b848c1d8b270fb9f82c8e91b507ec266cdb (diff) | |
download | gcc-c853f62af3d69969bfca8e29c2ee17cb77fc6b1a.zip gcc-c853f62af3d69969bfca8e29c2ee17cb77fc6b1a.tar.gz gcc-c853f62af3d69969bfca8e29c2ee17cb77fc6b1a.tar.bz2 |
gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_VARYING.
* gimple-pretty-print.c (dump_ssaname_info): Print newline also
in case of VR_VARYING. Print get_nonzero_bits if not all ones.
* tree-ssanames.h (struct range_info_def): Add nonzero_bits field.
(set_nonzero_bits, get_nonzero_bits): New prototypes.
* tree-ssa-ccp.c (get_default_value): Use get_range_info to see if
a default def isn't partially constant.
(ccp_finalize): If after IPA, set_range_info if integral SSA_NAME
is known to be partially zero.
(evaluate_stmt): If we'd return otherwise VARYING, use get_range_info
to see if a default def isn't partially constant.
* tree-ssanames.c (set_range_info): Initialize nonzero_bits upon
creation of a range, if VR_RANGE, try to improve nonzero_bits from
the range.
(set_nonzero_bits, get_nonzero_bits): New functions.
* g++.dg/warn/pr33738.C (main): Initialize a2 again to make sure
we warn about it already during VRP1 pass.
From-SVN: r204256
Diffstat (limited to 'config.sub')
0 files changed, 0 insertions, 0 deletions