[all-commits] [llvm/llvm-project] 6ba069: [ValueLattice] Add struct for merge options.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Apr 19 01:05:45 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6ba0695c600a41950336cc1abdc2c78c2a777d93
https://github.com/llvm/llvm-project/commit/6ba0695c600a41950336cc1abdc2c78c2a777d93
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-19 (Sun, 19 Apr 2020)
Changed paths:
M llvm/include/llvm/Analysis/ValueLattice.h
M llvm/lib/Transforms/Scalar/SCCP.cpp
Log Message:
-----------
[ValueLattice] Add struct for merge options.
This makes it easier to extend the merge options in the future and also
reduces the risk of accidentally setting a wrong option.
Reviewers: efriedma, nikic, reames, davide
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D78368
More information about the All-commits
mailing list