[all-commits] [llvm/llvm-project] b5925a: [LV] Add uses of recurrences in exit blocks in som...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Apr 4 13:19:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b5925a22c9fb78a87ae7f45066abadef81117e74
https://github.com/llvm/llvm-project/commit/b5925a22c9fb78a87ae7f45066abadef81117e74
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-04 (Tue, 04 Apr 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains.ll
M llvm/test/Transforms/LoopVectorize/scalable-first-order-recurrence.ll
Log Message:
-----------
[LV] Add uses of recurrences in exit blocks in some tests.
This preserves the spirit of the tests even if a follow-up changes only
generates exit values for recurrences if they are actually used.
More information about the All-commits
mailing list