aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorFlorian Hahn <flo@fhahn.com>2020-03-15 10:35:39 +0000
committerFlorian Hahn <flo@fhahn.com>2020-03-15 11:23:46 +0000
commit650f363bd75a2c112e58a9c9efbe8ad52ba943c0 (patch)
tree9e73f39fea1e093a1b1191be7cbcbf03def58a3b /clang/lib/CodeGen/CodeGenFunction.h
parent429d792f23f2e72628cae763667bca60d69853e7 (diff)
downloadllvm-650f363bd75a2c112e58a9c9efbe8ad52ba943c0.zip
llvm-650f363bd75a2c112e58a9c9efbe8ad52ba943c0.tar.gz
llvm-650f363bd75a2c112e58a9c9efbe8ad52ba943c0.tar.bz2
[ValueLattice] Add singlecrfromundef lattice value.
This patch adds a new singlecrfromundef lattice value, indicating a single element constant range which was merge with undef at some point. Merging it with another constant range results in overdefined, as we won't be able to replace all users with a single value. This patch uses a ConstantRange instead of a Constant*, because regular integer constants are represented as single element constant ranges as well and this allows the existing code working without additional changes. Reviewers: efriedma, nikic, reames, davide Reviewed By: efriedma Differential Revision: https://reviews.llvm.org/D75845
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
0 files changed, 0 insertions, 0 deletions