llvm/llvm-project
Voir sur GitHub[X86][SSE] Improve ISD::FP_TO_*INT_SAT vector lowering
Open
#51 923 ouverte le 22 nov. 2021
backend:X86bugzillagood first issue
Métriques du dépôt
- Stars
- (26 378 stars)
- Métriques de merge PR
- (Merge moyen 1j 2h) (1 000 PRs mergées en 30 j)
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.