mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-31 18:20:02 +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