RFR: 8341977: Replace predicate walking and cloning code for Loop Peeling with a predicate visitor [v2]
Christian Hagedorn
chagedorn at openjdk.org
Mon Oct 28 13:10:43 UTC 2024
On Mon, 28 Oct 2024 09:57:20 GMT, Emanuel Peter <epeter at openjdk.org> wrote:
>> Christian Hagedorn has updated the pull request incrementally with one additional commit since the last revision:
>>
>> small update
>
> src/hotspot/share/opto/predicates.hpp line 967:
>
>> 965: NONCOPYABLE(AssertionPredicatesForLoop);
>> 966:
>> 967: using PredicateVisitor::visit;
>
> What does this do?
See explanation here:
https://github.com/openjdk/jdk/pull/21161#discussion_r1780565499
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21679#discussion_r1819022262
More information about the hotspot-compiler-dev
mailing list