[all-commits] [llvm/llvm-project] 4c8285: [VPlan] Move emission of \\l\"+\n to dumpBasicBloc...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu May 14 05:08:33 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4c8285c750bc957f2064e591720241d0047c69f5
https://github.com/llvm/llvm-project/commit/4c8285c750bc957f2064e591720241d0047c69f5
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[VPlan] Move emission of \\l\"+\n to dumpBasicBlock (NFC).
The patch standardizes printing of VPRecipes a bit, by hoisting out the
common emission of \\l\"+\n. It simplifies the code and is also a first
step towards untangling printing from DOT format output, with the goal
of making the DOT output optional and to provide a more concise debug
output if DOT output is disabled.
Reviewers: gilr, Ayal, rengolin
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D78883
More information about the All-commits
mailing list