RFR: 8375536: PPC64: Implement special MachNodes for floating point CMove [v5]

David Briemann dbriemann at openjdk.org
Thu Jan 29 16:03:46 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:

  negating comparisons does not always work, invert results instead

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/29281/files
  - new: https://git.openjdk.org/jdk/pull/29281/files/476f2677..3d1aa822

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=29281&range=04
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=29281&range=03-04

  Stats: 11 lines in 1 file changed: 5 ins; 3 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