hfinkel added inline comments. ================ Comment at: lib/Transforms/Utils/Local.cpp:1673 @@ +1672,3 @@ + return Result; + } + ---------------- Why is there no `else if A->Provider && IsIdentityTransform(A->Provenance)) ` here? Repository: rL LLVM http://reviews.llvm.org/D15497