Skip to content

gallium/swr: use ElementCount type arguments for getSplat()

Jan Zielinski requested to merge jzielins/mesa:swr-llvm11-getsplat-fix into master

In LLVM11, ConstantVector::getSplat() function definition has changed and the first function argument has now ElementCount type.

Edited by Jan Zielinski

Merge request reports