[PATCH] D146500: [PowerPC][NFC] add const-nonsplat-array-init.ll
Ting Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 23:39:13 PDT 2023
tingwang created this revision.
tingwang added reviewers: shchenz, lkail, qiucf, nemanjai, PowerPC.
tingwang added a project: LLVM.
Herald added a project: All.
tingwang requested review of this revision.
Herald added a subscriber: llvm-commits.
When doing store constant vector/scalar, some duplicated values can be reused.
Add test case and will show combiner can improve these.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146500
Files:
llvm/test/CodeGen/PowerPC/const-nonsplat-array-init.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146500.506852.patch
Type: text/x-patch
Size: 59141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230321/3f01dd91/attachment.bin>
More information about the llvm-commits
mailing list