Go to file
Chris Lattner facb867af3 implement PR4895, by making FoldOpIntoPhi handle select conditions
that are phi nodes.  Also tighten up FoldOpIntoPhi to treat constantexpr
operands to phis just like other variables, avoiding moving constantexpr
computations around.

Patch by Daniel Dunbar.

llvm-svn: 82913
2009-09-27 19:57:57 +00:00
clang Use mangleTemplatePrefix when we know that we're mangling a nested template name. 2009-09-27 19:53:49 +00:00
compiler-rt If the compiler does not support GCC-compatible 2009-09-23 16:05:25 +00:00
llvm implement PR4895, by making FoldOpIntoPhi handle select conditions 2009-09-27 19:57:57 +00:00