aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/LoopPeel.cpp
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2021-11-09 10:18:16 +0000
committerFlorian Hahn <flo@fhahn.com>2021-11-09 10:18:28 +0000
commitd9361bfbe2ce1f41c4e8ea2fb27b90d507c86838 (patch)
tree88760423c2d94938e95dfae08f49f9e0f0643ecc /llvm/lib/Transforms/Utils/LoopPeel.cpp
parentb9bc64ba147fb90c199c56ec644e24fcabe74a5c (diff)
downloadllvm-d9361bfbe2ce1f41c4e8ea2fb27b90d507c86838.zip
llvm-d9361bfbe2ce1f41c4e8ea2fb27b90d507c86838.tar.gz
llvm-d9361bfbe2ce1f41c4e8ea2fb27b90d507c86838.tar.bz2
[VPlan] Add initial inner-loop VPlan verification.
This patch adds a function to verify general properties of VPlans. The first check makes sure that all phi-like recipes are at the beginning of a block, with no other recipes in between. Note that this currently may not hold for VPBlendRecipes at the moment, as other recipes may be inserted before the VPBlendRecipe during mask creation. Note that this patch depends on D111300 and D111301, which fix code that breaks the checked invariant. Reviewed By: Ayal Differential Revision: https://reviews.llvm.org/D111302
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopPeel.cpp')
0 files changed, 0 insertions, 0 deletions