Advertisement
VictorHuangIBM

SDAG TailCall Debug

May 15th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. llc < reproducer.ll -debug-only=isel -mtriple=x86_64
  2. === caller
  3. Initial selection DAG: %bb.0 'caller:entry'
  4. SelectionDAG has 12 nodes:
  5.   t0: ch = EntryToken
  6.   t2: i64,ch = CopyFromReg t0, Register:i64 %0
  7.   t5: i64 = GlobalAddress<double (double)* @callee> 0
  8.     t4: f64,ch = CopyFromReg t0, Register:f64 %1
  9.   t7: ch,glue = CopyToReg t0, Register:f64 $xmm0, t4
  10.   t11: ch,glue = X86ISD::TC_RETURN t7, TargetGlobalAddress:i64<double (double)* @callee> 0, Constant:i32<0>, Register:f64 $xmm0, RegisterMask:Untyped, t7:1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement