[all-commits] [llvm/llvm-project] 20d491: [VPlan] Remove re-using vector PH in VPBasicBlock:...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jan 3 11:58:13 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20d491bb993218eae6a13e4901da943ebd804f7a
https://github.com/llvm/llvm-project/commit/20d491bb993218eae6a13e4901da943ebd804f7a
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-01-03 (Fri, 03 Jan 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[VPlan] Remove re-using vector PH in VPBasicBlock::execute (NFC).
Remove logic to re-use the previous basic block for the vector pre
header from VPBasicBlock::execute. The preheader is now modeled as
VPIRBasicBlock, so the code is no longer needed.
Split off from https://github.com/llvm/llvm-project/pull/108378.
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