gallium/swr: use ElementCount type arguments for getSplat()
In LLVM11, ConstantVector::getSplat() function definition has changed and the first function argument has now ElementCount type.
Edited by Jan Zielinski
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
In LLVM11, ConstantVector::getSplat() function definition has changed and the first function argument has now ElementCount type.