[all-commits] [llvm/llvm-project] 8a91f6: [VPlan] Use CurrentParentLoop instead of looking u...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Mar 18 15:12:21 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a91f6bcda4536a866e2e0b596687ecd19ceeef5
https://github.com/llvm/llvm-project/commit/8a91f6bcda4536a866e2e0b596687ecd19ceeef5
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[VPlan] Use CurrentParentLoop instead of looking up via CFG (NFC).
There is no need to look up the current parent loop via LoopInfo and the
vector preheader; we can simply use CurrentParentLoop.
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