[all-commits] [llvm/llvm-project] 99aa53: [VPlan] Add missing output of live-ins to VPlan do...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Dec 4 05:41:45 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99aa5311ee7a20df5054ed9fc2aeaa7d1226d372
https://github.com/llvm/llvm-project/commit/99aa5311ee7a20df5054ed9fc2aeaa7d1226d372
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/test/Transforms/LoopVectorize/vplan-dot-printing.ll
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Add missing output of live-ins to VPlan dot printing.
Split off live-in printing to VPlan::printLiveIns and use it to print
Live-ins when printing in the DOT format.
More information about the All-commits
mailing list