RFR: 8341831: PhaseCFG::insert_anti_dependences asserts with "no loads" [v4]

Dean Long dlong at openjdk.org
Fri Oct 11 21:34:17 UTC 2024


On Fri, 11 Oct 2024 20:38:24 GMT, Igor Veresov <iveresov at openjdk.org> wrote:

>> `CacheWB` nodes are peculiar in a sense that they both are anti-dependent and produce memory. I think it's reasonable to relax the assert in `insert_anti_dependences()` to work around their properties.
>
> Igor Veresov has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Address Dean's comment

Marked as reviewed by dlong (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/21455#pullrequestreview-2363588573


More information about the hotspot-compiler-dev mailing list