swift
810880c7 - MoveOnlyAddressChecker: Relax more checks to accommodate borrowing switch codegen.

Commit
2 years ago
MoveOnlyAddressChecker: Relax more checks to accommodate borrowing switch codegen. `unchecked_take_enum_data_addr` should not be considered a write when it's non- destructive; this should eventually be an inherent property of the instruction, but there are other passes which miscompile currently if we change that now. Meanwhile, wrapping a copyable value should always be considered an initialization too.
Author
Parents
Loading