[all-commits] [llvm/llvm-project] da6ca2: [VPlan] Strip vp_post_order_{deep, shallow} (NFC) (...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Sat Apr 18 07:59:17 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da6ca203a677f51764cc9dfa1bbc9660a5c199e3
https://github.com/llvm/llvm-project/commit/da6ca203a677f51764cc9dfa1bbc9660a5c199e3
Author: Ramkumar Ramachandra <artagnon at tenstorrent.com>
Date: 2026-04-18 (Sat, 18 Apr 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanCFG.h
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
Log Message:
-----------
[VPlan] Strip vp_post_order_{deep,shallow} (NFC) (#192787)
Post 691a130 ([ADT] Refactor post order traversal, #191047),
PostOrderTraversal's lifetime needs to exceed the lifetime of the
iterator. The vp_post_order_{deep,shallow} helpers now have the
potential for being used incorrectly: hence, strip them, and require the
PostOrderTraversal to be constructed explictly, similar to RPOT.
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