Skip to content

Regex should explicitly target IndexOfAnyExcept(char {, char, char}) when handling non-ASCII vectorized sets #84150

@stephentoub

Description

@stephentoub

As of #83992, we're now vectorizing a set like [^Aa], but we're doing so with IndexOfAnyValues when we could instead do so with IndexOfAnyExcept('A', 'a'). IndexOfAnyValues will end up using an implementation that eventually delegates there, but we can skip the intermedaries an additional code gen.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions