On Thu, 24 Apr 2025 09:39:58 GMT, erifan <d...@openjdk.org> wrote: >> src/hotspot/share/opto/vectornode.cpp line 2265: >> >>> 2263: vmcmp = new VectorMaskCastNode(phase->transform(vmcmp), >>> vmcast_vt); >>> 2264: } >>> 2265: return vmcmp; >> >> It would be preferable if you could kindly re-factor the code such that we >> only call VectorNode::Ideal once at return to comply with aesthetics of >> other idealization routines. > > Ok, I'll change it in the next commit.
Done, thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/24674#discussion_r2059702378