[X86][SSE] Improve ISD::FP_TO_*INT_SAT vector lowering #51923
Labels
backend:X86
bugzilla
Issues migrated from bugzilla
good first issue
https://github.com/llvm/llvm-project/contribute
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.
The text was updated successfully, but these errors were encountered: