[all-commits] [llvm/llvm-project] 6f84d9: [PowerPC] Fix copy/paste error in scalar_to_vector...
jsji via All-commits
all-commits at lists.llvm.org
Thu Aug 5 20:14:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6f84d94b9c56be65f50cdf9ca0f20810ef83cc65
https://github.com/llvm/llvm-project/commit/6f84d94b9c56be65f50cdf9ca0f20810ef83cc65
Author: Jinsong Ji <jji at us.ibm.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrVSX.td
M llvm/test/CodeGen/PowerPC/scalar_vector_test_5.ll
Log Message:
-----------
[PowerPC] Fix copy/paste error in scalar_to_vector patterns
https://reviews.llvm.org/D100478 refactoring added a copy/paste error
for v8i16 patterns.
Reviewed By: #powerpc, shchenz
Differential Revision: https://reviews.llvm.org/D107609
More information about the All-commits
mailing list