Compile constant SIMD initialiser to a constant vector expression #18147
Labels
A-codegen
Area: Code generation
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Currently
becomes, with no optimisations,
After optimisations it becomes
We could detect constants in a SIMD initialiser and compile to this directly, making our no-opt code faster, and saving the optimiser work.
The text was updated successfully, but these errors were encountered: