RFR: 8302673: [SuperWord] MaxReduction and MinReduction should vectorize for int
Emanuel Peter
epeter at openjdk.org
Wed May 31 11:10:57 UTC 2023
On Wed, 31 May 2023 07:23:51 GMT, Roberto CastaƱeda Lozano <rcastanedalo at openjdk.org> wrote:
>> Nice work with the tests, it's good to have some specific IR tests there!
>>
>> I hope we can also generalize this for `MaxL/MinL` (once we do this [JDK-8307513](https://bugs.openjdk.org/browse/JDK-8307513)) - I think that is now also going to be easier with your refactoring towards `MaxNode::IdealI`.
>
> @eme64 Sorry for the delay, I have addressed your feedback now! Please let me know if you find the new version more readable.
@robcasloz it looks much better, thanks for refactoring :)
I have left a few more comments.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13924#issuecomment-1569986804
More information about the hotspot-compiler-dev
mailing list