Merge T2 = BOOL T1
and T3 = IS_IDENTICAL T2 bool(true)
into T3 = BOOL T1
#18411
Labels
T2 = BOOL T1
and T3 = IS_IDENTICAL T2 bool(true)
into T3 = BOOL T1
#18411
Description
This is related to php/doc-en#4564 (review):
currently results in:
and is from a OPcode count PoV worse than:
which results in:
Without a semantic change it should be possible to optimize
into
and then even further into:
The text was updated successfully, but these errors were encountered: