Skip to content

Commit

Permalink
[NFC][LoopVectorizer] Simplify LoopVectorize/X86/gather_scatter.ll
Browse files Browse the repository at this point in the history
The test used to run whole O3 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.

Reviewed By: fhahn

Differential Revision: https://reviews.llvm.org/D119786
  • Loading branch information
aelovikov-intel committed Feb 28, 2022
1 parent b083157 commit 6e9a8cd
Showing 1 changed file with 857 additions and 1,441 deletions.

0 comments on commit 6e9a8cd

Please sign in to comment.