[all-commits] [llvm/llvm-project] 0558fe: [VPlan] Update unit tests to use getVectorLoopRegi...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Oct 24 14:49:48 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0558fe3bbf575f562e8bde4cb73cf47e0b6a8153
https://github.com/llvm/llvm-project/commit/0558fe3bbf575f562e8bde4cb73cf47e0b6a8153
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanSlpTest.cpp
Log Message:
-----------
[VPlan] Update unit tests to use getVectorLoopRegion (NFC).
Use getVectorLoopRegion to retrieve the vector loop header instead of
relying on getting the successor of the entry block. This makes sure the
code still works correctly as more parts of the skeleton are modeled in
VPlan.
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