mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-28 21:30:26 +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