forked from OSchip/llvm-project
e6d2bebb25
The interpretation of multiple known ValInsts for the same element and timepoint is that these are alterntivate names for the same values, for instance a PHINode and the incoming value when knowning it was the last executed block. That means that known values do not conflict if there at least (but necessarily all) one common ValInst. This prinviple also applies to Written values. Add a test for this principle. llvm-svn: 301481 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DeLICMTest.cpp |