[all-commits] [llvm/llvm-project] f9b249: [VPlan] Use const for VPBasicBlock* in key in VPBB...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Feb 28 12:45:50 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f9b249705598b31d2313458207668eeae896e4c6
https://github.com/llvm/llvm-project/commit/f9b249705598b31d2313458207668eeae896e4c6
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanHelpers.h
Log Message:
-----------
[VPlan] Use const for VPBasicBlock* in key in VPBB2IRBB (NFC).
This allows queries in places where only a const pointer to VPBasiBlocks
is available.
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