Implement a simple xform to turn code like this:
if () { store A -> P; } else { store B -> P; } into a PHI node with one store, in the most trival case. This implements load.ll:test10. llvm-svn: 23324
Loading
Please register or sign in to comment