Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
As discussed in the recent reduction speedup work: https://github.com/openjdk/jdk/pull/13056 JDK-8302652 We shoud intrinsify it, and keep a MaxL / MinL node in the graph. In the backend, we can then use instructions, or revert back to a compare and jump / CMoveL. Benefit: SuperWord could vectorize MaxL/MinL. Probably generally leads to speedups.
|