llvm-project
1eb575dc - [PowerPC] Fix vector extend result types in BUILD_VECTOR lowering (#159398)

Commit
85 days ago
[PowerPC] Fix vector extend result types in BUILD_VECTOR lowering (#159398) The result type of the vector extend intrinsics generated by the BUILD_VECTOR lowering code should match how they are actually defined. Currently the result type is defaulting to the operand type there. This can conflict with calls to the same intrinsic from other paths.
Author
Parents
Loading