GVN: If a branch has two identical successors, we cannot declare either dead.
[oota-llvm.git] / test / Transforms / GVN / phi-translate.ll
2015-06-10 Alexey Samsonov[GVN] Set proper debug locations for some instructions...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2010-11-18 Dan GohmanAdd support for PHI-translating sext, zext, and trunc...