RFR: 8290066: Remove KNL specific handling for new CPU target check in IR annotation [v2]

Vladimir Kozlov kvn at openjdk.org
Tue Jul 12 21:27:55 UTC 2022


On Mon, 11 Jul 2022 21:03:30 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> - Newly added annotations query the CPU feature using white box API which returns the list of features enabled during VM initialization.
>> - With JVM flag UseKNLSetting, during VM initialization AVX512 features not supported by KNL target are disabled, thus we do not need any special handling for KNL in newly introduced IR annotations (applyCPUFeature, applyCPUFeatureOr, applyCPUFeatureAnd).
>> 
>> Please review and share your feedback.
>> 
>> Best Regards,
>> Jatin
>
> Jatin Bhateja has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8290066: Removing newly added white listed options.

Testing passed.

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

Marked as reviewed by kvn (Reviewer).

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


More information about the hotspot-compiler-dev mailing list