[PATCH] D60581: [ValueLattice] Add forceconstant, for SCCP.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 30 07:58:01 PDT 2019
fhahn added a comment.
I've put up a commit removing forcedconstant on top of the integer range support: D61314 <https://reviews.llvm.org/D61314>. This is mostly to have an easy way to compare the impact of forcedconstant and could be folded in the integer range support. But maybe it is easier to review/commit/test as separate steps.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60581/new/
https://reviews.llvm.org/D60581
More information about the llvm-commits
mailing list