Files
swift-mirror/lib/SILOptimizer/FunctionSignatureTransforms/OwnedToGuaranteedTransform.cpp
Erik Eckstein e3ac98cdbf FunctionSignatureTransforms: add a semantics attribute to prevent the owned-to-guarantee transformation.
If a function is annotated with @_semantics("optimize.sil.specialize.owned2guarantee.never") its arguments will not be converted from owned to guaranteed.
2020-05-26 18:01:17 +02:00

10 KiB