RFR: 8339303: C2: dead node after failing to match cloned address expression [v2]

Roberto Castañeda Lozano rcastanedalo at openjdk.org
Tue Nov 5 17:07:13 UTC 2024


On Mon, 4 Nov 2024 22:58:47 GMT, Vladimir Ivanov <vlivanov at openjdk.org> wrote:

>> Roberto Castañeda Lozano has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Use DUIterator_Fast to traverse node outputs
>
> src/hotspot/share/opto/matcher.cpp line 183:
> 
>> 181:       }
>> 182:     }
>> 183:     for (uint j = 0; j < n->outcnt(); j++) {
> 
> Why don't you use DU iterator instead (e.g., `DUIterator_Fast`)?

Right, done in commit b0aa39fc, thanks. Please re-review.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21829#discussion_r1829715261


More information about the hotspot-compiler-dev mailing list