[all-commits] [llvm/llvm-project] fe459c: [VPlan] Move graph traits (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Dec 2 10:24:57 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe459ce65a993dee5e20648a8e01330a44e879b8
https://github.com/llvm/llvm-project/commit/fe459ce65a993dee5e20648a8e01330a44e879b8
Author: Florian Hahn <flo at fhahn.com>
Date: 2019-12-02 (Mon, 02 Dec 2019)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Move graph traits (NFC).
By defining the graph traits right after the VPBlockBase definitions, we
can make use of them earlier in the file.
Reviewers: hsaito, Ayal, gilr
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D70733
More information about the All-commits
mailing list