RFR: 8324750: C2: rename Matcher methods using "superword" -> "autovectorization"

Vladimir Kozlov kvn at openjdk.org
Fri Jan 26 17:47:23 UTC 2024


On Fri, 26 Jan 2024 09:53:53 GMT, Emanuel Peter <epeter at openjdk.org> wrote:

> Subtask of https://github.com/openjdk/jdk/pull/16620
> 
> Matcher::superword_max_vector_size -> Matcher::max_vector_size_autovectorization
> 
> Matcher::match_rule_supported_superword -> match_rule_supported_autovectorization
> 
> This is to make the naming more general, since these methods can be used by any autovectorizer in the future.

Good and I think trivial.

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

Marked as reviewed by kvn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/17583#pullrequestreview-1846213375


More information about the hotspot-compiler-dev mailing list