[all-commits] [llvm/llvm-project] 07e715: [VPlan] Check users of LoopExitInstDef in VPlan di...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Oct 3 12:42:44 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 07e715953bd09c3028b59b491a159596f36cbf0d
https://github.com/llvm/llvm-project/commit/07e715953bd09c3028b59b491a159596f36cbf0d
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[VPlan] Check users of LoopExitInstDef in VPlan directly. (NFCI)
Instead of walking the IR def use chains of the generated code, adjust
the generated VPInstruction if needed and check its users in VPlan.
More information about the All-commits
mailing list