[all-commits] [llvm/llvm-project] 446e7c: [LV] Add real uses in some tests, to make them mor...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Feb 13 01:53:20 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 446e7c64c7aa7e210dc3ce582e37d55d295e20ed
https://github.com/llvm/llvm-project/commit/446e7c64c7aa7e210dc3ce582e37d55d295e20ed
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-13 (Sun, 13 Feb 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/AArch64/sve-inductions-unusual-types.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-widen-gep.ll
M llvm/test/Transforms/LoopVectorize/PowerPC/pr41179.ll
M llvm/test/Transforms/LoopVectorize/X86/cost-model-assert.ll
M llvm/test/Transforms/LoopVectorize/X86/pr35432.ll
M llvm/test/Transforms/LoopVectorize/icmp-uniforms.ll
M llvm/test/Transforms/LoopVectorize/if-pred-stores.ll
M llvm/test/Transforms/LoopVectorize/reverse_induction.ll
Log Message:
-----------
[LV] Add real uses in some tests, to make them more robust.
Add real uses to some tests, to ensure dead instructions cannot be directly
removed.
More information about the All-commits
mailing list