llvm/llvm-project
Vedi su GitHub[X86][SSE] Improve ISD::FP_TO_*INT_SAT vector lowering
Open
#51.923 aperta il 22 nov 2021
backend:X86bugzillagood first issue
Metriche repository
- Star
- (26.378 star)
- Metriche merge PR
- (Merge medio 1g 2h) (1000 PR mergiate in 30 g)
Descrizione
| 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.