[all-commits] [llvm/llvm-project] f64dc9: [PowerPC][NFC] add const-nonsplat-array-init.ll
Ting Wang via All-commits
all-commits at lists.llvm.org
Tue Mar 21 21:32:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f64dc9bc6ea0905ecd0ef4e675ddeef0c8111d30
https://github.com/llvm/llvm-project/commit/f64dc9bc6ea0905ecd0ef4e675ddeef0c8111d30
Author: Ting Wang <Ting.Wang.SH at ibm.com>
Date: 2023-03-22 (Wed, 22 Mar 2023)
Changed paths:
A llvm/test/CodeGen/PowerPC/const-nonsplat-array-init.ll
Log Message:
-----------
[PowerPC][NFC] add const-nonsplat-array-init.ll
When doing store constant vector/scalar, some duplicated values can be reused.
Add test case and will show combiner can improve these.
Reviewed By: shchenz
Differential Revision: https://reviews.llvm.org/D146500
More information about the All-commits
mailing list