[all-commits] [llvm/llvm-project] b6b3d2: [VPlan] Use VPDominatorTree in VPlanVerifier .
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jan 25 08:33:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6b3d20d06987d33f18a68c02dfefc792d1b0b01
https://github.com/llvm/llvm-project/commit/b6b3d20d06987d33f18a68c02dfefc792d1b0b01
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanVerifier.cpp
M llvm/unittests/Transforms/Vectorize/VPlanVerifierTest.cpp
Log Message:
-----------
[VPlan] Use VPDominatorTree in VPlanVerifier .
Use VPDominatorTree to generalize def-use verification.
Depends on D140513.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D140514
More information about the All-commits
mailing list