RFR: 8334399: [JVMCI] Implement JVMCICompiler::is_intrinsic_supported [v2]
Yudi Zheng
yzheng at openjdk.org
Wed Jun 19 09:07:19 UTC 2024
On Tue, 18 Jun 2024 15:48:27 GMT, Yudi Zheng <yzheng at openjdk.org> wrote:
>> Implement `JVMCICompiler::is_intrinsic_supported` by consulting `jdk/vm/ci/runtime/JVMCICompiler.isIntrinsicSupported`. This enables WhiteBox-based tests that depend on the result of this method, e.g., `compiler/codegen/aes/TestAESMain.java`, on Graal.
>
> Yudi Zheng has updated the pull request incrementally with one additional commit since the last revision:
>
> address comments.
Thanks for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/19753#issuecomment-2178151658
More information about the graal-dev
mailing list