[all-commits] [llvm/llvm-project] 00c1cd: [VPlan] Record underlying value for VPValues creat...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Mar 18 14:31:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 00c1cd193497753b47d45c5f982e13b73215692a
https://github.com/llvm/llvm-project/commit/00c1cd193497753b47d45c5f982e13b73215692a
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-03-18 (Wed, 18 Mar 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Record underlying value for VPValues created by addVPValue (NFC).
Now that printing VPValues uses the underlying IR value name, if
available, recording the underlying value here improves printing.
Reviewers: rengolin, hsaito, Ayal, gilr
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D76374
More information about the All-commits
mailing list