diff options
author | hsmahesha <mahesha.comp@gmail.com> | 2021-11-02 10:01:36 +0530 |
---|---|---|
committer | hsmahesha <mahesha.comp@gmail.com> | 2021-11-02 10:01:46 +0530 |
commit | e9ea99249623f19563ec0c4c8d6a70fb5c4b670f (patch) | |
tree | b6d17128a5496f008b8c39661297061e788e1eff /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | d137854412533d9c01c2ef9795ae6514a66c2d8b (diff) | |
download | llvm-e9ea99249623f19563ec0c4c8d6a70fb5c4b670f.zip llvm-e9ea99249623f19563ec0c4c8d6a70fb5c4b670f.tar.gz llvm-e9ea99249623f19563ec0c4c8d6a70fb5c4b670f.tar.bz2 |
[IR] Replace *all* uses of a constant expression by corresponding instruction
When a constant expression CE is being converted into a corresponding instruction I,
CE is supposed to be replaced by I. However, it is possible that CE is being used multiple
times within a parent instruction PI. Make sure that *all* the uses of CE within PI are
replaced by I.
Reviewed By: rampitec, arsenm
Differential Revision: https://reviews.llvm.org/D112717
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions