"llvm/lib/CodeGen/ExecutionDomainFix.cpp" did not exist on "3f833edc7c518898bf4eb6904333b6bfed820173"
Vectors with different number of elements of the same element type can have
the same allocation size but different primitive sizes(e.g., <3xi32> and <4xi32>). When ScalarRepl promotes them, it can't use a bit cast but should use a shuffle vector instead. llvm-svn: 129472
Loading
Please sign in to comment