mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-01 02:30:44 +00:00
Bail out in PhaseIdealLoop:split_thru_phi when trying to split a Div or ModNode iv phi whose zero check was removed but could potentially still be zero based on type information. Reviewed-by: kvn, thartmann