RFR: 8312547: Max/Min nodes Value implementation could be improved [v3]
Quan Anh Mai
qamai at openjdk.org
Thu Aug 10 13:57:32 UTC 2023
> Hi,
>
> This patch removes the early return in `AddNode::Value` in case one of the inputs is a bottom, which may affect the value calculation of nodes such as `Min/MaxNode`.
>
> Please kindly review, thanks very much.
Quan Anh Mai has updated the pull request incrementally with one additional commit since the last revision:
address review
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15021/files
- new: https://git.openjdk.org/jdk/pull/15021/files/ef2d3dfb..4ae1ad36
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15021&range=02
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15021&range=01-02
Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
Patch: https://git.openjdk.org/jdk/pull/15021.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/15021/head:pull/15021
PR: https://git.openjdk.org/jdk/pull/15021
More information about the hotspot-compiler-dev
mailing list