Files
swift-mirror/lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp
Nate Chandler 10e86d6653 [CanonicalizeBorrowScope] Look through moves.
When encountering inside a borrow scope a non-lexical move_value or a
move_value [lexical] where the borrowed value is itself already lexical,
delete the move_value and regard its uses as uses of the moved-from
value.
2023-01-25 16:32:09 -08:00

31 KiB