Slide 67
Slide 67 text
…
// main
sil [ossa] @main : $@convention(c) (Int32, UnsafeMutablePointer>>) -> Int32 {
bb0(%0 : $Int32, %1 : $UnsafeMutablePointer>>):
return %26 : $Int32 // id: %27
} // end sil function 'main'
Basic Block is increased as Conditional Branches
bb1 …:
…
bb represents Basic Block
if, while, switch, … in Swift