RFR: 8271366: [REDO] JDK-8266054 VectorAPI rotate operation optimization [v2]
Sandhya Viswanathan
sviswanathan at openjdk.java.net
Fri Jul 30 19:44:32 UTC 2021
On Fri, 30 Jul 2021 18:53:59 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> The rotate by could come from an expression, it does not need to be a LoadI.
>
> Yes, pessimistic relaxed checking should be full proof here (only based on target feature check for variable shifts). Let me know if there are other better thoughts otherwise.
Agree, let us be conservative and restrict based on target feature check for variable shifts.
-------------
PR: https://git.openjdk.java.net/jdk/pull/4924
More information about the hotspot-compiler-dev
mailing list