[PATCH] D119786: [NFC][LoopVectorizer] Simplify LoopVectorize/X86/gather_scatter.ll
Andrei Elovikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 14:46:07 PST 2022
a.elovikov created this revision.
a.elovikov requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The test used to run whole O3 <https://reviews.llvm.org/owners/package/3/> pipeline. Modify it to contain LLVM IR right
before LV and limit passes to "-loop-vectorizer -simplifycfg".
For the RUN line with forced VF force interleave factor as well to simplify
CHECKs as interleaving isn't related to the purpose of the test.
I also tried to add "noalias" to pointer arguments in
@test_gather_not_profitable_pr48429 but LAI seems unable to use them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119786
Files:
llvm/test/Transforms/LoopVectorize/X86/gather_scatter.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119786.408628.patch
Type: text/x-patch
Size: 297051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220214/c686f838/attachment-0001.bin>
More information about the llvm-commits
mailing list