RFR: 8275326: C2: assert(no_dead_loop) failed: dead loop detected [v2]
Christian Hagedorn
chagedorn at openjdk.java.net
Mon Nov 8 09:18:15 UTC 2021
On Mon, 8 Nov 2021 08:35:24 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:
> Looks good to me. Just wondering, if we run this during GVN, could it happen that the phis are never transformed because they are not registered for IGVN?
Thanks Tobias for your review. I think you're right - we could potentially miss a transformation when this happens during GVN. I've pushed an update by using `phase->record_for_igvn()` in the GVN case.
> Please add a `noreg-*` label to the bug.
Done, thanks!
-------------
PR: https://git.openjdk.java.net/jdk/pull/6276
More information about the hotspot-compiler-dev
mailing list