aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch7.adb
diff options
context:
space:
mode:
authorAndrew Pinski <quic_apinski@quicinc.com>2025-07-07 12:16:54 -0700
committerAndrew Pinski <quic_apinski@quicinc.com>2025-07-16 08:03:10 -0700
commitfbc849d9c3872a05a308724f4009c18685b5af9c (patch)
tree6dc6b6a9b14cba064400e3a073e98e560d6567df /gcc/ada/exp_ch7.adb
parentf8563adf99468f61a21fdb447c96f71733310d9d (diff)
downloadgcc-fbc849d9c3872a05a308724f4009c18685b5af9c.zip
gcc-fbc849d9c3872a05a308724f4009c18685b5af9c.tar.gz
gcc-fbc849d9c3872a05a308724f4009c18685b5af9c.tar.bz2
ifconv: Small improvement to fold_build_cond_expr; lhs and rhs being the same.
This is a small compile time optimization, as match and simplify will generate the same thing but with rhs and lhs being the same we can return early instead of having to go through match and simplify. This might not show up that much at this point but can/will show up after my patch for PR 119920 where we factor out common code between the 2 sides of the if statement while in if-conv. Bootstrapped and tested on x86_64-linux-gnu. gcc/ChangeLog: * tree-if-conv.cc (fold_build_cond_expr): Return early if lhs and rhs are the same. Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
Diffstat (limited to 'gcc/ada/exp_ch7.adb')
0 files changed, 0 insertions, 0 deletions