Integrated: 8341831: PhaseCFG::insert_anti_dependences asserts with "no loads"
Igor Veresov
iveresov at openjdk.org
Mon Oct 14 16:48:27 UTC 2024
On Thu, 10 Oct 2024 15:22:20 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.
This pull request has now been integrated.
Changeset: a8a8b2de
Author: Igor Veresov <iveresov at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a8a8b2deba854ac105ed760c09e65701c4d0f6fc
Stats: 13 lines in 2 files changed: 10 ins; 2 del; 1 mod
8341831: PhaseCFG::insert_anti_dependences asserts with "no loads"
Reviewed-by: dlong, kvn
-------------
PR: https://git.openjdk.org/jdk/pull/21455
More information about the hotspot-compiler-dev
mailing list