Files
swift-mirror/lib/SILOptimizer/LoopTransforms/COWArrayOpt.cpp
Erik Eckstein 9ce3df106e Add two new array semantics functions.
array.append_element(newElement: Element)
array.append_contentsOf(contentsOf newElements: S)

And allow early inlining of them.
Those functions will be needed to optimize Array.append(contentsOf)
2017-03-31 15:31:57 -07:00

83 KiB