[all-commits] [llvm/llvm-project] 06d487: [VPlan] Replace checking IR loop with checking VPl...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Apr 24 04:30:15 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 06d48769825c656bff97c05d398ce3ec77acfb36
https://github.com/llvm/llvm-project/commit/06d48769825c656bff97c05d398ce3ec77acfb36
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Replace checking IR loop with checking VPlan predecessors (NFC).
Update check to use VPEarlyExitBlock's predecessors, which removes a
dependence on underlying IR and is more in line with the comment below.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list