[all-commits] [llvm/llvm-project] 6e9a8c: [NFC][LoopVectorizer] Simplify LoopVectorize/X86/g...
aelovikov-intel via All-commits
all-commits at lists.llvm.org
Mon Feb 28 11:13:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e9a8cdcfb15ec01af91d1be29eb1899b37f285c
https://github.com/llvm/llvm-project/commit/6e9a8cdcfb15ec01af91d1be29eb1899b37f285c
Author: Andrei Elovikov <andrei.elovikov at intel.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/X86/gather_scatter.ll
Log Message:
-----------
[NFC][LoopVectorizer] Simplify LoopVectorize/X86/gather_scatter.ll
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
More information about the All-commits
mailing list