mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Based on what I see from OwnershipModelEliminator, `%x = load [copy] %y` can turn into a plain load followed by a retain of the loaded value. See `NonTrivialLoadableTypeLowering::emitLoad`