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

Christian Hagedorn chagedorn at openjdk.org
Wed Jul 16 05:43:41 UTC 2025


On Mon, 14 Jul 2025 18:46:30 GMT, Saranya Natarajan <snatarajan at openjdk.org> wrote:

>> 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

Thanks for the update!

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

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


More information about the hotspot-compiler-dev mailing list