dotnet/runtime
Ver no GitHubPerform simple SIMD transformations where applicable
Open
#82.366 aberto em 19 de fev. de 2023
area-CodeGen-coreclrhelp wanted
Métricas do repositório
- Stars
- (17.886 stars)
- Métricas de merge de PR
- (Mesclagem média 12d 11h) (661 fundiu PRs em 30d)
Description
As part of the more general support for basic constant folding around SIMD types, we should ensure that transforms which exist for scalar code are mirrored for the SIMD scenario as well.
Consider for example vector * 2 which can be translated to vector + vector instead.