[all-commits] [llvm/llvm-project] c671e3: [VPlan] Add dump() helper to VPValue & VPRecipeBase.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Sep 22 07:55:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c671e34bf2ae0eaa78d214b849ddd5de30b3b5be
https://github.com/llvm/llvm-project/commit/c671e34bf2ae0eaa78d214b849ddd5de30b3b5be
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Add dump() helper to VPValue & VPRecipeBase.
This provides a convenient way to print VPValues and recipes in a
debugger. In particular it saves the user from instantiating
VPSlotTracker to print recipes or values.
More information about the All-commits
mailing list