Displaying 1 result from an estimated 1 matches for "phitmp18".
Did you mean:
  phitmp108
  
2012 May 22
0
[LLVMdev] Some small changes to the memory dependence analysis API
...ast %"class.llvm::Type"* %2 to %"class.llvm::Function"*
  %call1.i.i.i.i.i.i.i.i.i.i.i.i13 = tail call i32
@_ZNK4llvm8Function14getIntrinsicIDEv(%"class.llvm::Function"* %6)
nounwind readonly
  %cmp.i.i.i.i.i.i.i14 = icmp eq i32 %call1.i.i.i.i.i.i.i.i.i.i.i.i13, 143
  %phitmp18 = icmp ne %"class.llvm::Instruction"* %I, null
  %phitmp18. = and i1 %cmp.i.i.i.i.i.i.i14, %phitmp18
  ret i1 %phitmp18.
We are trying to prove the equivalence of the two tail calls.
If you call getNonLocalCallDependency on the second call, you end up
with two dependencies[1].
One of t...