[all-commits] [llvm/llvm-project] aa5ebf: [ValueLattice] Make mark* functions public, return...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Feb 15 11:55:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aa5ebfdf205de6d599c1fed3161da3b63b6f0bef
https://github.com/llvm/llvm-project/commit/aa5ebfdf205de6d599c1fed3161da3b63b6f0bef
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-02-15 (Sat, 15 Feb 2020)
Changed paths:
M llvm/include/llvm/Analysis/ValueLattice.h
Log Message:
-----------
[ValueLattice] Make mark* functions public, return if value changed.
This patch prepares ValueLatticeElement to be used by SCCP, by:
* making the mark* functions public
* make the mark* functions return a bool indicating if the value has changed.
Reviewers: efriedma, davide, mssimpso, nikic
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D60581
More information about the All-commits
mailing list