[PATCH] D71828: [InstCombine] Convert vector store to scalar store if only one element updated
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 02:19:08 PST 2020
qiucf updated this revision to Diff 237891.
qiucf marked 2 inline comments as done.
qiucf added a comment.
- Use dedicated method to check `ModRefInfo`.
- Add tests about calls.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71828/new/
https://reviews.llvm.org/D71828
Files:
llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
llvm/test/Transforms/InstCombine/load-insert-store.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71828.237891.patch
Type: text/x-patch
Size: 6756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200114/28d39d89/attachment.bin>
More information about the llvm-commits
mailing list