1 ; RUN: opt -passes=early-cse -earlycse-debug-hash -S < %s | FileCheck %s
2 ; RUN: opt -passes='early-cse<memssa>' -S < %s | FileCheck %s
12 %ins34 = phi i32 [ %ins35, %xxx ], [ undef, %entry ]
16 %ins35 = call i32 @f()
20 ; CHECK-LABEL: define i32 @fn(