[all-commits] [llvm/llvm-project] 26afa2: [VPlan] Create VPInstructions after setting preds ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Feb 22 02:37:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 26afa2deea1240febccaa635eed50db097a7fac1
https://github.com/llvm/llvm-project/commit/26afa2deea1240febccaa635eed50db097a7fac1
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-02-22 (Sat, 22 Feb 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp
Log Message:
-----------
[VPlan] Create VPInstructions after setting preds in HCFG builder (NFC)
Set VPBBs predecessors before creating VPInstructions, as setting
incoming values for non-header phis directly there will require
predecessors to be 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