commit | 8431e996d323bbafda2cad67a3d6672d69e2bef8 | [log] [tgz] |
---|---|---|
author | Michael Kruse <llvm@meinersbur.de> | Thu Apr 20 19:16:39 2017 +0000 |
committer | Michael Kruse <llvm@meinersbur.de> | Thu Apr 20 19:16:39 2017 +0000 |
tree | f67804ab20801af5b5b135258d95f674087232e8 | |
parent | b12345c04c5327f8fe4230fddac99b33e6709f4e [diff] |
[DeLICM] Use Known information when comparing Existing.Written and Proposed.Written. This change only affects unit tests, but no functional changes are expected on LLVM-IR, as no Known information is yet extracted and consequently this functionality is only triggered through unit tests. Differential Revision: https://reviews.llvm.org/D32027 llvm-svn: 300874