[all-commits] [llvm/llvm-project] 5c7ae1: [LV] Add store to test to make sure the loop is no...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Feb 20 07:06:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c7ae10ceca09832efd5a4161cf468368665a51b
https://github.com/llvm/llvm-project/commit/5c7ae10ceca09832efd5a4161cf468368665a51b
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-20 (Sun, 20 Feb 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-complex.ll
Log Message:
-----------
[LV] Add store to test to make sure the loop is not dead.
Add an extra store to the test, to make sure the operations in the loop
cannot be optimized away after D118051.
More information about the All-commits
mailing list