RFR: 8353276: C2: simplify PhaseMacroExpand::opt_bits_test [v2]

Saranya Natarajan snatarajan at openjdk.org
Mon Jul 14 18:50:23 UTC 2025


On Mon, 14 Jul 2025 07:43:41 GMT, Christian Hagedorn <chagedorn at openjdk.org> wrote:

>> Saranya Natarajan has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   addressing review comments
>
> src/hotspot/share/opto/macro.cpp line 98:
> 
>> 96: Node* PhaseMacroExpand::opt_bits_test(Node* ctrl, Node* region, int edge, Node* word) {
>> 97:   Node* cmp;
>> 98:   cmp = word;
> 
> Could now be merged (I cannot make a direct suggestion due to deleted lines):
> 
> Node* cmp = word;

Thank you. I have addressed this in the new commit

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

PR Review Comment: https://git.openjdk.org/jdk/pull/26276#discussion_r2205586068


More information about the hotspot-compiler-dev mailing list