llvm/llvm-project
Ver no GitHub[X86][SSE] Improve ISD::FP_TO_*INT_SAT vector lowering
Open
#51.923 aberto em 22 de nov. de 2021
backend:X86bugzillagood first issue
Métricas do repositório
- Stars
- (26.378 stars)
- Métricas de merge de PR
- (Mesclagem média 1d 2h) (1.000 fundiu PRs em 30d)
Description
| Bugzilla Link | 52581 |
| Version | trunk |
| OS | Windows NT |
| CC | @topperc,@DMG862,@RKSimon,@phoebewang,@rotateright |
Extended Description
https://gcc.godbolt.org/z/3q7KGs6h5
We currently scalarize these cases, but we should be able to make use of SSE behaviour for out-of-range integer results to keep these fully vectorized.