[all-commits] [llvm/llvm-project] f16817: [VPlan] Move using namespace VPlanPatternMatch to ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Jul 13 11:23:20 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f168175d01247af53e3ab243486065facc18fa49
https://github.com/llvm/llvm-project/commit/f168175d01247af53e3ab243486065facc18fa49
Author: Florian Hahn <flo at fhahn.com>
Date: 2025-07-13 (Sun, 13 Jul 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
Log Message:
-----------
[VPlan] Move using namespace VPlanPatternMatch to top level (NFC).
VPlanConstruction.cpp doesn't use IR pattern matching, so using
VPlanPatternMatch can be moved to the top-level, to slightly reduce the
diff in follow-up changes.
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