RFR: 8375536: PPC64: Implement special MachNodes for floating point CMove [v2]
David Briemann
dbriemann at openjdk.org
Wed Jan 21 13:11:52 UTC 2026
> 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:
address review comments
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/29281/files
- new: https://git.openjdk.org/jdk/pull/29281/files/497d0733..6553a246
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=29281&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=29281&range=00-01
Stats: 15 lines in 4 files changed: 3 ins; 9 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/29281.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/29281/head:pull/29281
PR: https://git.openjdk.org/jdk/pull/29281
More information about the hotspot-compiler-dev
mailing list