mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-19 05:35:18 -04:00
99b5284463
Prefer vector-vector shifts if available (AVX2+). Improves code generated for rotate and funnel shifts. Otherwise it would generate a shuffle + slower vector-scalar shift.