mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
For example: ``` %1 = begin_borrow %0 %2 = br bb1(%1, %1) bb1(%3 : @reborrow @guaranteed, %4: @guaranteed): // %4 is a guaranteed forwarding phi without any forwarding instructions between the begin_borrow and the incoming value. ``` Also improve the comments