RFR: 8259948: Aarch64: Add cast nodes for Aarch64 Neon backend [v2]
Wu Yan
wuyan at openjdk.java.net
Tue Aug 10 03:34:29 UTC 2021
On Sat, 7 Aug 2021 09:31:14 GMT, Andrew Haley <aph at openjdk.org> wrote:
> Does your testing cover all that is added in this patch? If so, how did you ascertain it?
Yes, These two test cases have covered the code in the patch. First, I unmark the unsupported opcodes in JDK-8268966. Then I test the cases in both of the above test files one by one, implementing the rules once the testcase failed until all the testcases pass.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4839
More information about the hotspot-compiler-dev
mailing list