This is an archive of the discontinued LLVM Phabricator instance.

[IPSCC] Drop ParamState lattice value when marking a value as force constant.
AbandonedPublic

Authored by fhahn on Jun 19 2018, 9:53 AM.

Details

Reviewers
davide
efriedma
Summary

ParamState lattice elements do not have support for forced constants,
so we have to drop any more precise information.

Fixes PR35723.

Diff Detail