[llvm-commits] [llvm] r162023 - in /llvm/trunk: include/llvm/Analysis/Dominators.h lib/Transforms/Scalar/GVN.cpp lib/VMCore/Dominators.cpp test/Transforms/GVN/edge.ll

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Aug 17 05:50:26 PDT 2012


> Nice!! Does this resolve the PR?

Not yet. GVN now knows that %0 is null on the edge. Now it needs to
know that it is profitable to replace a null with %0 in %retval.0.

> -Chris
>

Cheers,
Rafael



More information about the llvm-commits mailing list