[all-commits] [llvm/llvm-project] 8bbc5e: [LV] Add test with dead induction in vector loop u...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Feb 28 02:39:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bbc5e172a5bc4f76ed8a483ec424a0c6611ab6a
https://github.com/llvm/llvm-project/commit/8bbc5e172a5bc4f76ed8a483ec424a0c6611ab6a
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/iv_outside_user.ll
Log Message:
-----------
[LV] Add test with dead induction in vector loop used outside.
Add test with a induction phi that is not used in the vector loop, but
by an lcssa phi in the loop exit.
More information about the All-commits
mailing list