> Hi,
> 
> This PR implements addition and subtraction of 128-bit integers in C2. This 
> may have numerous applications:
> 
> - It helps intrinsification of operations on 128-bit integers when we have 
> one.
> - It allows computation that may be incorrect at `long` due to overflow, such 
> as loop predication of long range checks.
> 
> By implementing this separately, we don't need to worry about finalizing a 
> public API, and we can have a better testing coverage.
> 
> Testing:
> 
> - [x] tier1-4,hs-comp-stress
> 
> Please take a look and leave your review, thanks a lot.
> 
> ---------
> - [x] I confirm that I make this contribution in accordance with the [OpenJDK 
> Interim AI Policy](https://openjdk.org/legal/ai).

Quan Anh Mai has updated the pull request with a new target base due to a merge 
or a rebase. The incremental webrev excludes the unrelated changes brought in 
by the merge/rebase. The pull request contains three additional commits since 
the last revision:

 - Merge branch 'master' into int128
 - whitespace
 - Implement Int128T addsub

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/31008/files
  - new: https://git.openjdk.org/jdk/pull/31008/files/ae4d176b..59cff9fa

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=31008&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31008&range=00-01

  Stats: 209420 lines in 3978 files changed: 83767 ins; 106673 del; 18980 mod
  Patch: https://git.openjdk.org/jdk/pull/31008.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/31008/head:pull/31008

PR: https://git.openjdk.org/jdk/pull/31008

Reply via email to