RFR: 8375536: PPC64: Implement special MachNodes for floating point CMove [v6]
Martin Doerr
mdoerr at openjdk.org
Fri Jan 30 14:16:28 UTC 2026
On Fri, 30 Jan 2026 14:04:32 GMT, David Briemann <dbriemann at openjdk.org> wrote:
>> Adds the following mach nodes:
>> match(Set dst (CMoveF (Binary cop (CmpF op1 op2)) (Binary src1 src2)));
>> match(Set dst (CMoveD (Binary cop (CmpD op1 op2)) (Binary src1 src2)));
>> match(Set dst (CMoveF (Binary cop (CmpD op1 op2)) (Binary src1 src2)));
>> match(Set dst (CMoveD (Binary cop (CmpF op1 op2)) (Binary src1 src2)));
>
> David Briemann has updated the pull request incrementally with one additional commit since the last revision:
>
> add helpful comments
Thanks!
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/29281#pullrequestreview-3728613026
More information about the hotspot-compiler-dev
mailing list