Files
clang-p2996/llvm/lib/Target/SPIRV
Vyacheslav Levytskyy 08f5f6dc8b [SPIR-V] Fix incorrect emission of G_SPLAT_VECTOR for fixed vectors (#108534)
This PR replaces MIRBuilder.buildSplatVector() by
MIRBuilder.buildSplatBuildVector(), so that we emit G_BUILD_VECTOR
instead of G_SPLAT_VECTOR: the latter is incorrect for fixed vectors and
is limited to scalable vectors only.
2024-09-18 09:22:30 +02:00
..